Added more tft functions to common and emulator. Fixed eventloop.

This commit is contained in:
t-moe
2015-04-03 17:45:57 +02:00
parent 51089aaba1
commit 1f2af9f2fb
14 changed files with 194 additions and 39 deletions

4
common/system/system.h Normal file
View File

@@ -0,0 +1,4 @@
#include <stdbool.h>
bool system_init();