Game updates
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include "game.h"
|
||||
#include "game/game.h"
|
||||
|
||||
errorret_t gameInit(void) {
|
||||
errorOk();
|
||||
@@ -15,6 +15,10 @@ void gameUpdate(void) {
|
||||
|
||||
}
|
||||
|
||||
void gameRender(void) {
|
||||
|
||||
}
|
||||
|
||||
void gameDispose(void) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user