5 Commits

Author SHA1 Message Date
Davide Beatrici
b2c1392758 fix(fwEntity): Remove "class" specifier for rage::fvector3
fwEntity.hpp:29:21: error: typedef 'fvector3' cannot be referenced with a class specifier
        class rage::fvector3 m_right //0x0060
                    ^
vector.hpp:12:28: note: declared here
    typedef vector3<float> fvector3
                           ^
2022-06-01 08:47:43 +02:00
Davide Beatrici
a49ab7749d fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
Davide Beatrici
a266fcee1a fix(fwEntity): Identify offsets for position, forward, up and right vectors
These vectors appear to be synced with the ones in m_navigation (CNavigation).
2022-05-27 07:29:09 +02:00
Yimura
db6e47d0f2 fix(fwEntity): Align data to 4 bytes 2022-01-28 00:59:11 +01:00
Yimura
5abdecaa82 feat: Updated classes 2022-01-28 00:02:15 +01:00