1
0
mirror of https://github.com/td512/re3.git synced 2026-01-18 17:46:47 +00:00
td512.re3/src/PlayerSkin.cpp
_AG 6c693e3bbf Implemented frontend inputs.
Fixed #66 and few other stuff.
2019-07-02 14:36:40 +02:00

6 lines
138 B
C++

#include "common.h"
#include "patcher.h"
#include "PlayerSkin.h"
WRAPPER void CPlayerSkin::BeginFrontEndSkinEdit() { EAXJMP(0x59BC70); }