summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorCaldfir2012-03-16 01:47:21 -0700
committerCaldfir2012-03-16 01:47:21 -0700
commit89b6ecb6d01f92f0df2ea23ef6a9fff796167f07 (patch)
treec8f68905d87f56a25946efe95873d2feb1a7650b /commonTypes.h
parentbb7bcc00c4eb2e46e5d7141fb2d0ce8a30386568 (diff)
downloadstonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.gz
stonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.bz2
stonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.xz
Attempt at getting job icons, similar in bahaviour to the existing status icons into stonesense.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h
index dde0695..982b9a7 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#include "common.h"
#include "SpriteColors.h"
@@ -189,6 +189,7 @@ typedef struct
bool dayNightCycle;
bool show_creature_moods;
+ bool show_creature_jobs;
bool transparentScreenshots;