1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Fix compile error

IMoveHelper compile error in player.h.
This commit is contained in:
Kawe Mazidjatari 2023-01-19 21:51:43 +01:00
parent 934d18809a
commit e7522ce0d6

@ -15,6 +15,7 @@
#include "game/shared/animation.h"
#include "game/shared/takedamageinfo.h"
#include "game/shared/usercmd.h"
#include "game/shared/imovehelper.h"
#include "playerlocaldata.h"
#include "basecombatcharacter.h"
#include <mathlib/vector4d.h>