summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorKris Parker2009-11-30 17:03:24 +0000
committerKris Parker2009-11-30 17:03:24 +0000
commit947848a2a346ed907a041fc70b68eaff82efcccf (patch)
tree46f4e1197da9b3ff596091f1018bbed7e0b2f3e0 /ContentLoader.h
parent558daeef4e03ec4d0a054a3cfd184e8ec520a66e (diff)
downloadstonesense-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.h2
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; }