Added font sizing, needs full testing
This commit is contained in:
20
src/game/dawn/dawngame.c
Normal file
20
src/game/dawn/dawngame.c
Normal file
@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include "dawngame.h"
|
||||
|
||||
bool dawnGameInit(game_t *game) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void dawnGameUpdate(game_t *game) {
|
||||
|
||||
}
|
||||
|
||||
void dawnGameDispose(game_t *game) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user