0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-03 23:41:08 +00:00
raze/source/common/scripting
Mitchell Richters 3edc1a5a5a - Exhumed: Make getSequence() return a pointer instead of a reference.
* Gets rid of the awkward `operator[]()` calls.
* Gets rid of `std::ref()` setup in gun.cpp.
* Ensures a copy isn't made if the caller accidentally leaves off an ampersand.
* Allows us to use a consistent getter for native code and VM exports.
2023-04-27 20:16:14 +10:00
..
backend
core
frontend
interface
jit
vm - Exhumed: Make getSequence() return a pointer instead of a reference. 2023-04-27 20:16:14 +10:00