1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-30 20:51:48 +02:00

Removed the forward declarations that got moved into the base module.

Update the sample module to comply with the latest changes.
This commit is contained in:
Sandu Liviu Catalin
2016-02-28 17:38:57 +02:00
parent c8a5593263
commit 47eec5cb10
6 changed files with 129 additions and 18 deletions

View File

@@ -4,12 +4,6 @@
// ------------------------------------------------------------------------------------------------
#include "ModBase.hpp"
// ------------------------------------------------------------------------------------------------
extern "C" {
struct SQVM;
typedef struct SQVM* HSQUIRRELVM;
} /*extern "C"*/
// ------------------------------------------------------------------------------------------------
namespace SqMod {