Draw FPS
This commit is contained in:
@@ -6,19 +6,22 @@
|
||||
*/
|
||||
|
||||
#include "game/game.h"
|
||||
#include "game/minesweeper/ui/ui.h"
|
||||
|
||||
errorret_t gameInit(void) {
|
||||
uiInit();
|
||||
|
||||
errorOk();
|
||||
}
|
||||
|
||||
void gameUpdate(void) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
void gameRender(void) {
|
||||
|
||||
uiRender();
|
||||
}
|
||||
|
||||
void gameDispose(void) {
|
||||
|
||||
uiDispose();
|
||||
}
|
Reference in New Issue
Block a user