1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 22:53:14 +00:00
re3/src/core/PlayerSkin.h

7 lines
82 B
C
Raw Normal View History

2019-07-03 15:26:15 +00:00
#pragma once
class CPlayerSkin
{
public:
static void BeginFrontEndSkinEdit();
};