Skip to content

Commit

Permalink
Update SDK pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Dec 25, 2022
1 parent 6380ae5 commit ce9d966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
.vs/

*.VC.*
/sscanf.vcxproj.user
2 changes: 1 addition & 1 deletion open.mp
Submodule open.mp updated 47 files
+11 −6 CMakeLists.txt
+21 −0 LICENSE.md
+242 −216 include/Impl/events_impl.hpp
+55 −53 include/Impl/network_impl.hpp
+616 −556 include/Impl/pool_impl.hpp
+45 −41 include/Server/Components/Actors/actors.hpp
+47 −40 include/Server/Components/Checkpoints/checkpoints.hpp
+38 −32 include/Server/Components/Classes/classes.hpp
+54 −46 include/Server/Components/Console/console.hpp
+53 −0 include/Server/Components/CustomModels/custommodels.hpp
+162 −157 include/Server/Components/Databases/databases.hpp
+31 −26 include/Server/Components/Dialogs/dialogs.hpp
+47 −0 include/Server/Components/Fixes/fixes.hpp
+83 −78 include/Server/Components/GangZones/gangzones.hpp
+17 −0 include/Server/Components/LegacyConfig/legacyconfig.hpp
+49 −45 include/Server/Components/Menus/menus.hpp
+210 −190 include/Server/Components/Objects/objects.hpp
+282 −9 include/Server/Components/Pawn/pawn.hpp
+473 −0 include/Server/Components/Pawn/pawn_impl.hpp
+951 −0 include/Server/Components/Pawn/pawn_natives.hpp
+88 −28 include/Server/Components/Pickups/pickups.hpp
+142 −134 include/Server/Components/TextDraws/textdraws.hpp
+62 −56 include/Server/Components/TextLabels/textlabels.hpp
+39 −0 include/Server/Components/Timers/Impl/timers_impl.hpp
+44 −36 include/Server/Components/Timers/timers.hpp
+4 −3 include/Server/Components/Unicode/unicode.hpp
+34 −30 include/Server/Components/Variables/variables.hpp
+269 −265 include/Server/Components/Vehicles/Impl/vehicle_models.hpp
+723 −714 include/Server/Components/Vehicles/vehicle_colours.hpp
+455 −230 include/Server/Components/Vehicles/vehicle_components.hpp
+271 −266 include/Server/Components/Vehicles/vehicle_models.hpp
+235 −0 include/Server/Components/Vehicles/vehicle_seats.hpp
+360 −319 include/Server/Components/Vehicles/vehicles.hpp
+2,031 −2,016 include/anim.hpp
+171 −155 include/component.hpp
+325 −270 include/core.hpp
+17 −15 include/entity.hpp
+20 −17 include/events.hpp
+61 −55 include/gtaquat.hpp
+106 −73 include/legacy_id_mapper.hpp
+285 −242 include/network.hpp
+826 −704 include/player.hpp
+118 −111 include/pool.hpp
+473 −439 include/types.hpp
+16 −0 include/utils.hpp
+37 −2 include/values.hpp
+1 −1 lib/cmake-conan

0 comments on commit ce9d966

Please sign in to comment.