formating; alyson licence; Camera2D
This commit is contained in:
parent
04d7c97e93
commit
39abfaa978
6 changed files with 85 additions and 49 deletions
|
@ -2,9 +2,12 @@
|
|||
#include <iostream>
|
||||
#include <alyson.hpp>
|
||||
|
||||
int init() {
|
||||
std::cout << "colysis: init" << std::endl;
|
||||
return 0;
|
||||
size_t init(size_t task) {
|
||||
if(task == 0)
|
||||
return 2;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void update(float dt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue