forked from Voidious/BerryBots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bbwx.h
45 lines (38 loc) · 1.7 KB
/
bbwx.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
43
44
45
/*
Copyright (C) 2013-2015 - Voidious
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef BBWX_H
#define BBWX_H
#define NEW_MATCH_ID 1
#define NEW_MATCH_MENU_ID 2
#define PACKAGE_SHIP_MENU_ID 3
#define PACKAGE_STAGE_MENU_ID 4
#define GAME_RUNNER_MENU_ID 5
#define ERROR_CONSOLE_MENU_ID 6
#define CHANGE_BASE_DIR_MENU_ID 7
#define FILE_QUIT_MENU_ID 8
#define BROWSE_SHIPS_MENU_ID 9
#define BROWSE_STAGES_MENU_ID 10
#define BROWSE_RUNNERS_MENU_ID 11
#define BROWSE_REPLAYS_MENU_ID 12
#define BROWSE_API_DOCS_MENU_ID 13
#define BERRYBOTS_ICO "resources/berrybots.ico"
#define BBICON_32 "resources/icon.iconset/icon_32x32.png"
#define BBICON_128 "resources/icon.iconset/icon_128x128.png"
#define FOLDER_HOME_128 "resources/folder-home_128.png"
#define FOLDER_OPEN_128 "resources/folder-open_128.png"
#define HELP_ICON_128 "resources/help-icon_128.png"
#endif