EverWrath/modules/acore/framework/PrecompiledHeaders/sharedPCH.h
2016-08-11 20:25:27 +02:00

8 lines
210 B
C

//add here most rarely modified headers to speed up debug build compilation
#include "Common.h"
#include "Log.h"
#include "DatabaseWorker.h"
#include "SQLOperation.h"
#include "Errors.h"
#include "TypeList.h"