Replace libmain:app_main.o with core/app_main.c

This commit is contained in:
Alex Stewart 2015-08-25 09:34:37 -07:00
parent 8b8f7c9de4
commit a044c061d5
7 changed files with 805 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#ifndef _VERSION_H
#define _VERSION_H
#define OS_VERSION_STR "0.0.1"
#endif /* _VERSION_H */