diff options
| author | jacob1 <jfu614@gmail.com> | 2012-09-21 01:37:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-25 19:09:43 (GMT) |
| commit | b57d956ca84061974efe1be882b08b77633f26d2 (patch) | |
| tree | f5c1cb2c83b333dec3bc1aeff04171e6190e8b08 /src/graphics/Graphics.h | |
| parent | 187a5189d597786e51a89221b16393e4ccc37256 (diff) | |
| download | powder-b57d956ca84061974efe1be882b08b77633f26d2.zip powder-b57d956ca84061974efe1be882b08b77633f26d2.tar.gz | |
Icons and tooltips for everything in renderview. (Empty space not filled yet)
Diffstat (limited to 'src/graphics/Graphics.h')
| -rw-r--r-- | src/graphics/Graphics.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h index c23400f..edc61e2 100644 --- a/src/graphics/Graphics.h +++ b/src/graphics/Graphics.h @@ -82,7 +82,21 @@ enum Icon IconReport, IconUsername, IconPassword, - IconClose + IconClose, + IconEffect, + IconFire, + IconGlow, + IconBlur, + IconBlob, + IconBasic, + IconAltAir, + IconPressure, + IconVelocity, + IconWarp, + IconPersistant, + IconHeat, + IconLife, + IconGradient }; //"Graphics lite" - slightly lower performance due to variable size, |
