diff options
| author | Japa | 2010-09-08 17:47:38 +0000 |
|---|---|---|
| committer | Japa | 2010-09-08 17:47:38 +0000 |
| commit | 23600640529542241bea58737ee8a0fb6eb430d1 (patch) | |
| tree | 4785f442e6299d5d770257dbe7a161a64959fcca /FluidConfiguration.h | |
| parent | 6079281a49efb84bbae98f4b9fb8649e7a4ee754 (diff) | |
| download | stonesense-23600640529542241bea58737ee8a0fb6eb430d1.tar.gz stonesense-23600640529542241bea58737ee8a0fb6eb430d1.tar.bz2 stonesense-23600640529542241bea58737ee8a0fb6eb430d1.tar.xz | |
moved fluid drawing into XML files
Diffstat (limited to 'FluidConfiguration.h')
| -rw-r--r-- | FluidConfiguration.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/FluidConfiguration.h b/FluidConfiguration.h new file mode 100644 index 0000000..27d8b41 --- /dev/null +++ b/FluidConfiguration.h @@ -0,0 +1,15 @@ +#pragma once
+#include "common.h"
+#include "dfhack/depends/tinyxml/tinyxml.h"
+#include "SpriteObjects.h"
+
+class FluidConfiguration
+{
+public:
+ c_sprite sprite;
+ bool fluidset;
+ FluidConfiguration();
+} ;
+
+void parseFluidElement( TiXmlElement* elemFluid, int basefile);
+bool addSingleFluidConfig( TiXmlElement* elemRoot);
\ No newline at end of file |
