mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 16:57:57 +03:00
12 lines
206 B
C++
12 lines
206 B
C++
![]() |
#include "hair.h"
|
||
|
#include "..\Global\global.h"
|
||
|
|
||
|
void __cdecl j_HairControl(__int16 a, __int16 b, __int16 c)
|
||
|
{
|
||
|
HairControl(a, b, c);
|
||
|
}
|
||
|
|
||
|
void Inject_Hair()
|
||
|
{
|
||
|
INJECT(0x00403102, j_HairControl);
|
||
|
}
|