]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/store_loader.h
Fix email.
[stg.git] / projects / sgauthstress / store_loader.h
index c7911eead81adc97044f0b06cf45f42fd89cb00c..f09e14197a9ba1e98de97c2520f4c38f62fb01d2 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 /*
 #include "stg/noncopyable.h"
 
 class STORE;
-class SETTINGS_IMPL;
+class MODULE_SETTINGS;
 
 class STORE_LOADER : private NONCOPYABLE {
 public:
-    STORE_LOADER(const SETTINGS_IMPL & settings);
+    STORE_LOADER(const std::string & modulesPath,
+                 const MODULE_SETTINGS & settings);
     ~STORE_LOADER();
 
     bool Load();