Remove logtypes.h from header includes and the file itself

This commit is contained in:
Akkadius
2015-01-19 03:33:15 -06:00
parent 7503e29211
commit 2a6a3e419c
6 changed files with 6 additions and 276 deletions
+3 -6
View File
@@ -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) {