summaryrefslogtreecommitdiff
path: root/src/globals.c
blob: 79d99222636f83f3914e09ce4bff7c56f5c4b44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "globals.h"


TTF_Font *ttfont;

SDL_Texture *tttxr;

SDL_Renderer *ttrdr;

Mix_Music *ponpon;
Mix_Music *ussr;

tt_room ttmap[256];

tt_player ttplayer;