switching to cmake; alyson setup
This commit is contained in:
parent
9504620227
commit
23a40216de
20 changed files with 307 additions and 125300 deletions
17
alyson/includes/alyson.hpp
Normal file
17
alyson/includes/alyson.hpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#pragma once
|
||||
#ifndef ALYSON_HPP
|
||||
#define ALYSON_HPP
|
||||
|
||||
#ifndef ASSETS_PATH
|
||||
#define ASSETS_PATH "./assets/"
|
||||
#endif
|
||||
|
||||
#define MANGLE_RES_PATH(path) ASSETS_PATH "/" path
|
||||
|
||||
int init();
|
||||
|
||||
void update(float dt);
|
||||
|
||||
void render(float dt);
|
||||
|
||||
#endif // ALYSON_HPP
|
Loading…
Add table
Add a link
Reference in a new issue