re3/src/PlayerSkin.h
_AG 6c693e3bbf Implemented frontend inputs.
Fixed #66 and few other stuff.
2019-07-02 14:36:40 +02:00

7 lines
82 B
C++

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