diff options
| author | Kris Parker | 2009-11-30 17:25:17 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-30 17:25:17 +0000 |
| commit | 44a8e64fe1919db3f44886f1146b4fa82760705f (patch) | |
| tree | 956d1328df26d31755b33b4e8ea170d2d1990a74 /VegetationConfiguration.h | |
| parent | 947848a2a346ed907a041fc70b68eaff82efcccf (diff) | |
| download | stonesense-44a8e64fe1919db3f44886f1146b4fa82760705f.tar.gz stonesense-44a8e64fe1919db3f44886f1146b4fa82760705f.tar.bz2 stonesense-44a8e64fe1919db3f44886f1146b4fa82760705f.tar.xz | |
Vegetation config loaded (not used yet)
Diffstat (limited to 'VegetationConfiguration.h')
| -rw-r--r-- | VegetationConfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VegetationConfiguration.h b/VegetationConfiguration.h index ab1a75e..fe88d30 100644 --- a/VegetationConfiguration.h +++ b/VegetationConfiguration.h @@ -10,7 +10,7 @@ public: t_SpriteWithOffset sprite;
VegetationConfiguration(){}
- VegetationConfiguration(char* gameID, t_SpriteWithOffset &sprite, bool live);
+ VegetationConfiguration(int gameID, t_SpriteWithOffset &sprite, bool live);
~VegetationConfiguration(void);
};
|
