forked from samp-incognito/samp-streamer-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule omp-sdk
updated
25 files
+13 −3 | .gitmodules | |
+27 −16 | CMakeLists.txt | |
+8 −13 | README.md | |
+25 −15 | include/Impl/pool_impl.hpp | |
+9 −1 | include/Server/Components/GangZones/gangzones.hpp | |
+2 −4 | include/Server/Components/Pawn/Impl/pawn_impl.hpp | |
+1,366 −0 | include/Server/Components/Pawn/Impl/pawn_natives.hpp | |
+2 −1 | include/Server/Components/Pawn/pawn.hpp | |
+0 −981 | include/Server/Components/Pawn/pawn_natives.hpp | |
+10 −2 | include/Server/Components/Pickups/pickups.hpp | |
+29 −0 | include/Server/Components/Recordings/recordings.hpp | |
+212 −212 | include/Server/Components/Vehicles/vehicle_seats.hpp | |
+10 −3 | include/Server/Components/Vehicles/vehicles.hpp | |
+2 −2 | include/anim.hpp | |
+7 −0 | include/core.hpp | |
+1 −1 | include/gtaquat.hpp | |
+4 −4 | include/network.hpp | |
+53 −2 | include/player.hpp | |
+18 −0 | include/utils.hpp | |
+5 −1 | include/values.hpp | |
+0 −1 | lib/cmake-conan | |
+1 −0 | lib/glm | |
+1 −0 | lib/robin-hood-hashing | |
+1 −0 | lib/span-lite | |
+1 −0 | lib/string-view-lite |
Submodule samp-plugin-sdk
updated
from 15ffdf to 938781