Just writing code nothing special.
This commit is contained in:
15
src/game/dawn/dawngame.h
Normal file
15
src/game/dawn/dawngame.h
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <dawn/dawn.h>
|
||||
|
||||
bool dawnGameInit(game_t *game);
|
||||
|
||||
void dawnGameUpdate(game_t *game);
|
||||
|
||||
void dawnGameDispose(game_t *game);
|
Reference in New Issue
Block a user