git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cosmetic changes in settings.[h|cpp]
[stg.git]
/
projects
/
stargazer
/
store_loader.cpp
diff --git
a/projects/stargazer/store_loader.cpp
b/projects/stargazer/store_loader.cpp
index 56bd01ac9bd2cdccdb0eafe3410abc559521084c..f012acd44a9c9809834f952b0398455ebf8c1d7e 100644
(file)
--- a/
projects/stargazer/store_loader.cpp
+++ b/
projects/stargazer/store_loader.cpp
@@
-32,6
+32,8
@@
#include "store_loader.h"
#include "common.h"
#include "store_loader.h"
#include "common.h"
+#include "store.h"
+#include "settings.h"
STORE_LOADER::STORE_LOADER(const SETTINGS & settings)
: isLoaded(false),
STORE_LOADER::STORE_LOADER(const SETTINGS & settings)
: isLoaded(false),
@@
-75,8
+77,8
@@
if (!handle)
isLoaded = true;
isLoaded = true;
-
BASE_
STORE * (*GetStore)();
-GetStore = (
BASE_
STORE * (*)())dlsym(handle, "GetStore");
+STORE * (*GetStore)();
+GetStore = (STORE * (*)())dlsym(handle, "GetStore");
if (!GetStore)
{
errorStr = "GetStore not found.";
if (!GetStore)
{
errorStr = "GetStore not found.";