1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Split CIntObjectClasses into multiple smaller files. This should be the last change in files

This commit is contained in:
Ivan Savenko
2014-07-15 10:14:49 +03:00
parent a69fcdd435
commit 731aedf3a1
67 changed files with 4023 additions and 3655 deletions

View File

@@ -1,11 +1,12 @@
#pragma once
#include "../lib/CondSh.h"
//#include "../lib/CondSh.h"
#include "../lib/FunctionList.h"
#include "../lib/CGameInterface.h"
#include "../lib/NetPacksBase.h"
#include "gui/CIntObject.h"
#include "../lib/CGameState.h"
//#include "../lib/CGameState.h"
#ifdef __GNUC__
#define sprintf_s snprintf