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


TTF_Font *ttfont;

SDL_Texture *tttxr;

SDL_Renderer *ttrdr;

Mix_Music *ponpon;
Mix_Music *ussr;
Mix_Music *stalin;

tt_room ttmap[256];

tt_player ttplayer;