diff options
Diffstat (limited to 'osc_graphics.h')
-rw-r--r-- | osc_graphics.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/osc_graphics.h b/osc_graphics.h index f05f34f..2a08678 100644 --- a/osc_graphics.h +++ b/osc_graphics.h @@ -5,6 +5,9 @@ #include <SDL.h> +#include "osc_server.h" +#include "layer.h" + /* * Macros */ @@ -38,4 +41,6 @@ */ extern SDL_Surface *screen; -#endif
\ No newline at end of file +extern int config_dump_osc; + +#endif |