mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -10,3 +10,6 @@ const EQEmuExePlatform& GetExecutablePlatform() {
|
||||
return exe_platform;
|
||||
}
|
||||
|
||||
int GetExecutablePlatformInt(){
|
||||
return exe_platform;
|
||||
}
|
||||
@@ -18,5 +18,6 @@ enum EQEmuExePlatform
|
||||
|
||||
void RegisterExecutablePlatform(EQEmuExePlatform p);
|
||||
const EQEmuExePlatform& GetExecutablePlatform();
|
||||
int GetExecutablePlatformInt();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user