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

SDL_Window *ttwdw;

TTF_Font *ttfont;

SDL_Texture *tttxr;

SDL_Renderer *ttrdr;

Mix_Music *grib;
Mix_Music *ussr;
Mix_Music *stalin;
Mix_Music *lenin;
Mix_Music *curmus;

tt_room ttmap[256];

tt_player ttplayer;