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

SDL_Window *ttwdw;

TTF_Font *ttfont;

SDL_Texture *tttxr;

SDL_Renderer *ttrdr;

Mix_Chunk *ttcoin;
Mix_Chunk *ttdoor;
Mix_Music *grib;
Mix_Music *ussr;
Mix_Music *stalin;
Mix_Music *lenin;
Mix_Music *curmus;

tt_room ttmap[256];

tt_player ttplayer;