Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -33,4 +33,6 @@ class ILauncherMgr {
|
||||
void* GetWindowRef() {
|
||||
return GetVirtualFunction<void*(*)(ILauncherMgr*)>(this, 32)(this);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern ILauncherMgr* launchermgr;
|
||||
Reference in New Issue
Block a user