implement engine structure
This commit is contained in:
parent
fdebdd3ca2
commit
2dbfa1b99e
6 changed files with 470 additions and 103 deletions
21
src/main.cpp
21
src/main.cpp
|
@ -1,21 +0,0 @@
|
|||
#include <colysis.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <alyson.h>
|
||||
|
||||
size_t init(size_t task) {
|
||||
if(task == 0)
|
||||
return 2;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void update(float dt) {
|
||||
|
||||
}
|
||||
|
||||
void render(float dt) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue