forked from MoonsideGames/Refresh
Forgot a semicolon...
parent
75f538b448
commit
6b6823ca88
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
||||||
#define NOT_IMPLEMENTED SDL_assert(0 && "Not implemented!")
|
#define NOT_IMPLEMENTED SDL_assert(0 && "Not implemented!");
|
||||||
|
|
||||||
/* Conversions */
|
/* Conversions */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue