You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Spore ModAPI/Spore/App/cAppSystem.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
#include<Spore\App\IMessageListener.h>
4
4
#include<Spore\App\CommandLine.h>
5
5
#include<Spore\App\Canvas.h>
6
+
#include<Spore\App\PropertyList.h>
6
7
#include<Spore\Object.h>
7
8
#include<EASTL\string.h>
8
9
@@ -67,7 +68,7 @@ namespace App
67
68
{
68
69
public:
69
70
/* 10h */ Canvas* mpCanvas;
70
-
// 1Ch is cResourceManager, 24h is cLocaleManager, 28h is cResourceKeyGenerator, 40h is cJobManager
71
+
// 1Ch is cResourceManager, 24h is cLocaleManager, 28h is cResourceKeyGenerator, 3Ch is IConfigManager, 40h is cJobManager, CCh is PropertyListPtr mpPreferencesPropList
0 commit comments