mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-18 17:40:48 +02:00
11 lines
252 B
C
11 lines
252 B
C
|
#pragma once
|
||
|
|
||
|
#include "../../Global.h"
|
||
|
|
||
|
#include <lua.hpp>
|
||
|
|
||
|
// This header should be treated as a pre compiled header file(PCH) in the compiler building settings.
|
||
|
|
||
|
// Here you can add specific libraries and macros which are specific to this project.
|
||
|
|