issues
search
WohlSoft
/
LunaLua
LunaLua - LunaDLL with Lua, is a free extension mod for SMBX 1.3 game engine, core of the X2 project.
https://codehaus.moe/
GNU General Public License v3.0
33
stars
12
forks
source link
Some Clang fixes
#73
Closed
Supermario1313
closed
8 months ago
Supermario1313
commented
8 months ago
Added a few missing files to CMake
Switched to
.intel_syntax noprefix
for GNU-style inline assembly
Changed the type of the
Location
argument of
NewEffect
to a const reference to allow for passing temporary objects
.intel_syntax noprefix
for GNU-style inline assemblyLocation
argument ofNewEffect
to a const reference to allow for passing temporary objects