mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
Remove logtypes.h from header includes and the file itself
This commit is contained in:
+3
-6
@@ -114,12 +114,9 @@ void Shutdown();
|
||||
extern void MapOpcodes();
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
RegisterExecutablePlatform(ExePlatformZone);
|
||||
|
||||
set_exception_handler();
|
||||
|
||||
const char *zone_name;
|
||||
|
||||
RegisterExecutablePlatform(ExePlatformZone);
|
||||
set_exception_handler();
|
||||
const char *zone_name;
|
||||
QServ = new QueryServ;
|
||||
|
||||
if(argc == 3) {
|
||||
|
||||
Reference in New Issue
Block a user