-
Notifications
You must be signed in to change notification settings - Fork 0
/
displaystrings.h
43 lines (37 loc) · 1.53 KB
/
displaystrings.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* File: displaystrings.h
* Author: srumeu
*
* Created on 28 mars 2011, 19:16
*/
#ifndef DISPLAYSTRINGS_H
#define DISPLAYSTRINGS_H
#define HIGH_SCORE "HISCOR"
#define AVERAGE_SCORE "AVGSCR"
#define NUMBER_OF_PLAYED_GAMES "PLAYED"
#define AMAIZING_GAMES "WOW!!!"
#define INSERT_COIN "Insert coins.net"
#define WAITING_FOR_PLAYER_2 "Waiting P2"
#define PRESS_START "Press start 1or2"
#define ERR_CONFIG_READ "Error reading config file."
#define ERR_CONFIG_WRITE "Error creating config file."
#define READY "Ready"
#define GO "GO !!!"
#define FOUL "FOUL !"
#define NOSCORE "XXXXXX"
#define ERRER_WITH_TIME "Error creating time structure"
#define ONE_PLAYER_GAME "1 Player Game"
#define TWO_PLAYER_GAME "2 Player Game"
#define FOULED "FOULED"
#define CONFIG_KEY "F1 -> Redifine keys"
#define CONFIG_P1START "Start 1"
#define CONFIG_P2START "Start 2"
#define CONFIG_P1BUTTON "Key 1"
#define CONFIG_P2BUTTON "Key 2"
#define CONFIG_CREDIT "Credit"
#define CONFIG_QUIT "Quit"
#define CONFIG_KEY_SHOW "F2 -> Show keys"
#define CONFIG_KEY_SHOW_START "Starts"
#define CONFIG_KEY_SHOW_BUTTON "Buttons"
#define CONFIG_KEY_SHOW_CREDIT_QUIT "Credit Quit"
#endif /* DISPLAYSTRINGS_H */