1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/StdInc.h

7 lines
233 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
// 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.