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

Now netcode branch may be compiled with gcc. Sorry can't check build with MSVC

This commit is contained in:
Vadim Glazunov
2008-08-04 09:05:52 +00:00
parent cc7be20b07
commit 6e737bbf3c
24 changed files with 216 additions and 116 deletions

7
CLua.h
View File

@@ -1,5 +1,10 @@
#pragma once
#include "global.h"
#ifndef _MSC_VER
extern "C" {
#endif
//#include "lstate.h"
#ifndef _MSC_VER
@@ -77,7 +82,7 @@ public:
void findFS(std::string fname);
friend CGameState;
friend class CGameState;
};
class CLuaObjectScript : public CLua, public CObjectScript