Begin refactor.

This commit is contained in:
2021-09-18 23:13:05 -07:00
parent 98daedced9
commit 6904a46bec
143 changed files with 1706 additions and 2345 deletions

View File

@ -6,7 +6,12 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../libs.h"
#include "../game.h"
typedef struct {
int32_t INeedSomePropertyToStopCompilerComplaining;
} dawngame_t;
/**
* Initializes the Dawn Game instance.