Import/Export util start

This commit is contained in:
KimLS
2013-10-18 21:23:45 -07:00
parent cdcda943be
commit f2f4e55818
9 changed files with 354 additions and 2 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ enum EQEmuExePlatform
ExePlatformQueryServ,
ExePlatformUCS,
ExePlatformLaunch,
ExePlatformSharedMemory
ExePlatformSharedMemory,
ExePlatformClientImport,
ExePlatformClientExport
};
void RegisterExecutablePlatform(EQEmuExePlatform p);