1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-03-24 16:35:07 +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();
};