git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into naffanya-dev
[stg.git]
/
projects
/
sgauthstress
/
store_loader.h
diff --git
a/projects/sgauthstress/store_loader.h
b/projects/sgauthstress/store_loader.h
index c7911eead81adc97044f0b06cf45f42fd89cb00c..91d6e7cf618b0a6ee3ace4aa3eb6a0c81d5454a7 100644
(file)
--- a/
projects/sgauthstress/store_loader.h
+++ b/
projects/sgauthstress/store_loader.h
@@
-37,11
+37,12
@@
#include "stg/noncopyable.h"
class STORE;
#include "stg/noncopyable.h"
class STORE;
-class
SETTINGS_IMPL
;
+class
MODULE_SETTINGS
;
class STORE_LOADER : private NONCOPYABLE {
public:
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();
~STORE_LOADER();
bool Load();