summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/duke3d/Game/src/game.h
blob: 2dbe4c6b60a0614d80bdee9726139c5248129f89 (plain)
1
2
3
4
5
6
7
8
#ifndef _GAME_H_
#define _GAME_H_

//extern uint8_t  game_dir[512];
char * getgamedir();
int gametextpal(int x,int y,char  *t,uint8_t  s,uint8_t  p);
#endif  // include-once header.