DDraceNetwork Documentation
Loading...
Searching...
No Matches
teehistorian_ex_chunks.h
Go to the documentation of this file.
1// This file can be included several times.
2
3#ifndef UUID
4// This helps IDEs properly syntax highlight the uses of the macro below.
5#define UUID(Id, Name)
6#endif
7
8UUID(TEEHISTORIAN_TEST, "teehistorian-test@ddnet.tw")
9UUID(TEEHISTORIAN_DDNETVER_OLD, "teehistorian-ddnetver-old@ddnet.tw")
10UUID(TEEHISTORIAN_DDNETVER, "teehistorian-ddnetver@ddnet.tw")
11UUID(TEEHISTORIAN_AUTH_INIT, "teehistorian-auth-init@ddnet.tw")
12UUID(TEEHISTORIAN_AUTH_LOGIN, "teehistorian-auth-login@ddnet.tw")
13UUID(TEEHISTORIAN_AUTH_LOGOUT, "teehistorian-auth-logout@ddnet.tw")
14UUID(TEEHISTORIAN_JOINVER6, "teehistorian-joinver6@ddnet.tw")
15UUID(TEEHISTORIAN_JOINVER7, "teehistorian-joinver7@ddnet.tw")
16UUID(TEEHISTORIAN_PLAYER_SWITCH, "teehistorian-player-swap@ddnet.tw")
17UUID(TEEHISTORIAN_SAVE_SUCCESS, "teehistorian-save-success@ddnet.tw")
18UUID(TEEHISTORIAN_SAVE_FAILURE, "teehistorian-save-failure@ddnet.tw")
19UUID(TEEHISTORIAN_LOAD_SUCCESS, "teehistorian-load-success@ddnet.tw")
20UUID(TEEHISTORIAN_LOAD_FAILURE, "teehistorian-load-failure@ddnet.tw")
21UUID(TEEHISTORIAN_PLAYER_TEAM, "teehistorian-player-team@ddnet.tw")
22UUID(TEEHISTORIAN_TEAM_PRACTICE, "teehistorian-team-practice@ddnet.tw")
23UUID(TEEHISTORIAN_PLAYER_READY, "teehistorian-player-ready@ddnet.tw")
24UUID(TEEHISTORIAN_PLAYER_REJOIN, "teehistorian-rejoinver6@ddnet.org")
25UUID(TEEHISTORIAN_ANTIBOT, "teehistorian-antibot@ddnet.org")
26UUID(TEEHISTORIAN_PLAYER_NAME, "teehistorian-player-name@ddnet.org")
27UUID(TEEHISTORIAN_PLAYER_FINISH, "teehistorian-player-finish@ddnet.org")
28UUID(TEEHISTORIAN_TEAM_FINISH, "teehistorian-team-finish@ddnet.org")
#define UUID(id, name)
@ TEEHISTORIAN_AUTH_LOGOUT
Definition teehistorian_ex.h:22
@ TEEHISTORIAN_JOINVER7
Definition teehistorian_ex.h:24
@ TEEHISTORIAN_PLAYER_REJOIN
Definition teehistorian_ex.h:33
@ TEEHISTORIAN_PLAYER_FINISH
Definition teehistorian_ex.h:36
@ TEEHISTORIAN_DDNETVER_OLD
Definition teehistorian_ex.h:18
@ TEEHISTORIAN_SAVE_SUCCESS
Definition teehistorian_ex.h:26
@ TEEHISTORIAN_JOINVER6
Definition teehistorian_ex.h:23
@ TEEHISTORIAN_LOAD_FAILURE
Definition teehistorian_ex.h:29
@ TEEHISTORIAN_PLAYER_NAME
Definition teehistorian_ex.h:35
@ TEEHISTORIAN_ANTIBOT
Definition teehistorian_ex.h:34
@ TEEHISTORIAN_PLAYER_SWITCH
Definition teehistorian_ex.h:25
@ TEEHISTORIAN_TEAM_PRACTICE
Definition teehistorian_ex.h:31
@ TEEHISTORIAN_AUTH_INIT
Definition teehistorian_ex.h:20
@ TEEHISTORIAN_TEAM_FINISH
Definition teehistorian_ex.h:37
@ TEEHISTORIAN_PLAYER_READY
Definition teehistorian_ex.h:32
@ TEEHISTORIAN_TEST
Definition teehistorian_ex.h:17
@ TEEHISTORIAN_AUTH_LOGIN
Definition teehistorian_ex.h:21
@ TEEHISTORIAN_SAVE_FAILURE
Definition teehistorian_ex.h:27
@ TEEHISTORIAN_DDNETVER
Definition teehistorian_ex.h:19
@ TEEHISTORIAN_LOAD_SUCCESS
Definition teehistorian_ex.h:28
@ TEEHISTORIAN_PLAYER_TEAM
Definition teehistorian_ex.h:30
#define UUID(Id, Name)
Definition teehistorian_ex_chunks.h:5