diff options
| author | Japa | 2010-05-11 10:27:16 +0000 |
|---|---|---|
| committer | Japa | 2010-05-11 10:27:16 +0000 |
| commit | d58221ab33d38ca4b69d6b5110bd6ede429c62a3 (patch) | |
| tree | 25b0461ac227b301f42accd59a688ea38ae0c95c /commonTypes.h | |
| parent | 56f06af74ff634ee07f2e45810ea2f6ed102acbc (diff) | |
| download | stonesense-d58221ab33d38ca4b69d6b5110bd6ede429c62a3.tar.gz stonesense-d58221ab33d38ca4b69d6b5110bd6ede429c62a3.tar.bz2 stonesense-d58221ab33d38ca4b69d6b5110bd6ede429c62a3.tar.xz | |
user can now choose render mode.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index 8342d77..420b4ff 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -151,6 +151,8 @@ typedef struct { int imageCacheSize;
dfColors colors;
bool opengl;
+ bool directX;
+ bool software;
uint32_t menustate;
t_viewscreen viewscreen;
|
