Refactored Project Structure for use with emulator

This commit is contained in:
t-moe
2015-04-03 12:02:33 +02:00
commit 51089aaba1
16 changed files with 336 additions and 0 deletions

2
common/app/app.h Normal file
View File

@@ -0,0 +1,2 @@
void app_init();
void app_process();