Add new debug category: gui

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2338 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2007-08-03 16:24:17 +00:00
parent a3712c2361
commit 0266477bd9
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ static const char *code_part_names[] = {
"attack",
"fog",
"sensor",
"gui",
"last"
};

View File

@ -117,6 +117,7 @@ typedef enum {
LOG_ATTACK,
LOG_FOG,
LOG_SENSOR,
LOG_GUI,
LOG_LAST /* _must_ be last! */
} code_part;