1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-05 07:31: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

@@ -362,7 +362,10 @@
<Compiler>
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add option="-DSQMOD_PLUGIN_API" />
<Add option="-DSCRAT_USE_EXCEPTIONS" />
<Add option="-DSCRAT_USE_CXX11_OPTIMIZATIONS" />
<Add directory="../modules/sample" />
<Add directory="../shared" />
<Add directory="../include" />