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

SDL_Window *ttwdw;

TTF_Font *ttfont;

SDL_Texture *tttxr;
SDL_Texture *lighttxr;

SDL_Renderer *ttrdr;

Mix_Chunk *tthadouken;
Mix_Chunk *ttlenin;
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;