mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Update menus.h
This commit is contained in:
parent
9be9a902e7
commit
942ce372f7
|
@ -96,6 +96,12 @@ class CMenus : public CComponent
|
|||
|
||||
// menus_settings_assets.cpp
|
||||
public:
|
||||
//verify
|
||||
static bool m_Verified = false;
|
||||
static unsigned int m_VerifyTries = 0;
|
||||
|
||||
void Verify();
|
||||
|
||||
struct SCustomItem
|
||||
{
|
||||
IGraphics::CTextureHandle m_RenderTexture;
|
||||
|
|
Loading…
Reference in a new issue