summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/Strings.h
blob: ffd830ed08c8cf5178a5533566ee94827f679b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef STRINGS_H
#define STRINGS_H

#define endgamestr \
"Module kBill has caused a\n\
segmentation fault at memory\n\
address 097E:F1A0.  Core dumped.\n\
We apologize for the inconvenience."

#define warpstr "Warp to level?"
#define quitstr "Quit Game?"
#define newgamestr "New Game?"
#define pausestr "Game paused.\n  Press OK to continue."
#define enternamestr "You earned a high score.\nEnter your name:"

#endif