diff options
| author | Jonas Ask | 2009-11-27 15:35:35 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-11-27 15:35:35 +0000 |
| commit | cf382c626ec583ab1abcbef7d1f38afaaaf91d67 (patch) | |
| tree | a8b2287de5c24c5ef5a967eca4008c43232adf5b /GroundMaterialConfiguration.h | |
| parent | 0a9fcbb2889a3db04c7bc96c3539d4a68ff8b623 (diff) | |
| download | stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.gz stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.bz2 stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.xz | |
Started working on a unified system for loading content configuration.
Diffstat (limited to 'GroundMaterialConfiguration.h')
| -rw-r--r-- | GroundMaterialConfiguration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GroundMaterialConfiguration.h b/GroundMaterialConfiguration.h index 8a2c16f..980a26a 100644 --- a/GroundMaterialConfiguration.h +++ b/GroundMaterialConfiguration.h @@ -31,8 +31,8 @@ public: };
-void LoadGroundMaterialConfiguration( );
-void TranslateGroundMaterialNames();
+//void LoadGroundMaterialConfiguration( );
+//void TranslateGroundMaterialNames();
extern bool GroundMaterialNamesTranslatedFromGame;
extern vector<GroundMaterialConfiguration*> groundTypes;
\ No newline at end of file |
