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


TTF_Font *ttfont;

SDL_Texture *tttxr;

SDL_Renderer *ttrdr;

Mix_Music *ponpon;

tt_room ttmap[256];

tt_player ttplayer;