global.h must be included before anything else. it sets up such things as
disabling stupid warnings for some archs.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//This order needed to avoid Linux lib conflicts
|
||||
#include "ezsockets.h"
|
||||
#include "global.h"
|
||||
#include "ezsockets.h"
|
||||
#include "NetworkSyncManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "RageLog.h"
|
||||
|
||||
Reference in New Issue
Block a user