1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-05 19:55:28 +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();
};