diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-18 16:22:35 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-18 16:22:35 (GMT) |
| commit | 80044bb0f06b4186bcc2f07e1c5ddc4e195f2426 (patch) | |
| tree | a32d1d754ac03accebf55e502b607dab0d214aa8 /src/game/GameView.h | |
| parent | a8e4221f38edefb5b342f470407b1f100d0248a3 (diff) | |
| download | powder-80044bb0f06b4186bcc2f07e1c5ddc4e195f2426.zip powder-80044bb0f06b4186bcc2f07e1c5ddc4e195f2426.tar.gz | |
Renderer Presets and default graphics function
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 4576b13..324f716 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -12,6 +12,7 @@ #include "interface/Button.h" #include "interface/Slider.h" #include "ToolButton.h" +#include "RenderPreset.h" #include "Brush.h" using namespace std; @@ -76,6 +77,8 @@ private: ui::Point mousePosition; + RenderPreset * renderModePresets; + Thumbnail * placeSaveThumb; Particle sample; |
