1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-21 01:27:14 +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

@ -10,12 +10,6 @@
// ------------------------------------------------------------------------------------------------
#include <SimpleIni.h>
// ------------------------------------------------------------------------------------------------
extern "C" {
struct SQVM;
typedef struct SQVM* HSQUIRRELVM;
} /*extern "C"*/
// ------------------------------------------------------------------------------------------------
namespace SqMod {