1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:57:37 +00:00
re3/src/entities/PlayerSkin.h
2019-07-03 17:30:26 +02:00

7 lines
82 B
C++

#pragma once
class CPlayerSkin
{
public:
static void BeginFrontEndSkinEdit();
};