issues
search
Scags
/
SM-Memory
Exposes more memory utility functions for SourceMod plugins
14
stars
2
forks
source link
Add RTTI functions
#3
Closed
Scags
closed
1 year ago
Scags
commented
1 year ago
Adds a few functions for harnessing RTTI from within SourcePawn. See the new include file
rtti.inc
for reference.
Adds
--enable-optimize
to the build script (whoopsy!).
Now requires C++ 20 to build (unless you're building for Windows).
Note that RTTI is
not
supported in 64-bit builds.
Include files are no longer tabbed and are instead spaced for your GitHub-viewing convenience.
Fix a build packaging issue that failed to put the sub-includes in their proper place.
rtti.inc
for reference.--enable-optimize
to the build script (whoopsy!).