diff options
| author | Kris Parker | 2009-11-30 17:03:24 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-30 17:03:24 +0000 |
| commit | 947848a2a346ed907a041fc70b68eaff82efcccf (patch) | |
| tree | 46f4e1197da9b3ff596091f1018bbed7e0b2f3e0 /ContentLoader.h | |
| parent | 558daeef4e03ec4d0a054a3cfd184e8ec520a66e (diff) | |
| download | stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.gz stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.bz2 stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.xz | |
First pass at loading config after DF memory is available
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 4337f31..80f912f 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -17,7 +17,7 @@ public: ContentLoader(void);
~ContentLoader(void);
- bool Load();
+ bool Load(API& DF);
void TranslateConfigsFromDFAPI( API& DF );
bool Translated(){ return translationComplete; }
|
