mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-21 10:07:19 +02:00
85e881effa9e1eb75929f15c1a438ed2bc7961aa
By not taking the object reference as const we are forced to make copies of objects that are const or use const_cast. Eitherway, this is the correct way because objects are not modified.
VCMP-SqMod
Work In Progress VC:MP Scripting Plugin
Languages
C++
97.8%
C
1.6%
CMake
0.6%