mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CObjectCreationDataNode): Minor issue with includes. (#17)
* feat(DataNodes): Add multiple data nodes and sync classes. * fix(CPlayerAppearanceDataNode): Update class to 1.61. * feat(CObjectCreationDataNode): Added node and vector4. * fix(CObjectCreationNode): Minor issue with includes.
This commit is contained in:
parent
9679e59399
commit
41f1219f00
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include "../rage/vector.hpp"
|
||||
#include "rage/vector.hpp"
|
||||
|
||||
#pragma pack(push,8)
|
||||
class CObjectCreationDataNode
|
||||
|
Loading…
Reference in New Issue
Block a user