breakhack/src/globals.h

10 lines
146 B
C
Raw Normal View History

2017-12-15 15:03:29 +01:00
#ifndef GLOBALS_H_
#define GLOBALS_H_
#include <SDL2/SDL_ttf.h>
TTF_Font *gFontLarge = NULL;
TTF_Font *gFontSmall = NULL;
#endif // GLOBALS_H_