switching to cmake; alyson setup
This commit is contained in:
parent
9504620227
commit
23a40216de
20 changed files with 307 additions and 125300 deletions
16
src/main.cpp
Normal file
16
src/main.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include <colysis.h>
|
||||
#include <iostream>
|
||||
#include <alyson.hpp>
|
||||
|
||||
int init() {
|
||||
std::cout << "colysis: init" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void update(float dt) {
|
||||
|
||||
}
|
||||
|
||||
void render(float dt) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue