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:
7
CLua.h
7
CLua.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user