]> git.stg.codes - stg.git/blobdiff - projects/stargazer/store_loader.h
Fix compilation issues after splitting SETTINGS into interface and
[stg.git] / projects / stargazer / store_loader.h
index 1f624e1ad34b9e83052db0c93f2ea66c9cb6d684..a9bb3a449d8b6cabe33a8048895b06ce2eed9a54 100644 (file)
 #include "noncopyable.h"
 
 class STORE;
-class SETTINGS;
+class SETTINGS_IMPL;
 
 class STORE_LOADER : private NONCOPYABLE {
 public:
-    STORE_LOADER(const SETTINGS & settings);
+    STORE_LOADER(const SETTINGS_IMPL & settings);
     ~STORE_LOADER();
 
     bool Load();