diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index a3d5b20..37b4ddd 100644 --- a/src/state.c +++ b/src/state.c @@ -4,7 +4,7 @@ #include "textures.h" #include "models.h" -State *state; +State* state; bool stateInit( int argn, const char** argc, const char* exePath ) { state = malloc( sizeof( State ) ); |
