diff options
| author | Japa | 2010-04-25 03:40:26 +0000 |
|---|---|---|
| committer | Japa | 2010-04-25 03:40:26 +0000 |
| commit | 0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6 (patch) | |
| tree | 0b19238f834f9ca83e8f8674e98cbe03c6b91956 /commonTypes.h | |
| parent | 701514f5c7e0df61038bb2d6b4991956c56c8fc4 (diff) | |
| download | stonesense-0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6.tar.gz stonesense-0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6.tar.bz2 stonesense-0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6.tar.xz | |
Got slade working.
adamantine still doesn't work, however.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index c20eedd..9aefab5 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -151,6 +151,9 @@ typedef struct { int imageCacheSize;
dfColors colors;
bool opengl;
+
+ uint32_t menustate;
+ t_viewscreen viewscreen;
} GameConfiguration;
|
