summaryrefslogtreecommitdiffstats
path: root/src/entities/PlayerSkin.h
blob: 61e09cdf652c6712b10790d0d0f6eb00bb1a5d85 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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