1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/client/StdInc.h

10 lines
266 B
C
Raw Normal View History

2011-12-14 00:35:28 +03:00
#pragma once
#include "../Global.h"
2011-12-14 00:35:28 +03:00
#include "gui/SDL_Compat.h"
// This header should be treated as a pre compiled header file(PCH) in the compiler building settings.
2011-12-14 00:35:28 +03:00
// Here you can add specific libraries and macros which are specific to this project.