1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Trying to sort out project changes and compile issues.

This commit is contained in:
DjWarmonger
2014-06-23 19:58:19 +02:00
parent 901188e2e1
commit 79036484dd
23 changed files with 152 additions and 36 deletions

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "ObjectTemplate.h"
@ -93,7 +93,7 @@ public:
class CGObjectInstance;
class AObjectTypeHandler : public boost::noncopyable
class DLL_EXPORT AObjectTypeHandler : public boost::noncopyable
{
RandomMapInfo rmgInfo;