kmy_for_yukar
SharpKmyCore
Base
DebugUI.h
1
#pragma once
2
#include "../Gfx/Color.h"
3
4
namespace
SharpKmyBase
5
{
6
public ref class
DebugUI
7
{
8
public
:
9
static
void
clearDevelopHint
();
10
static
void
addDevelopHint
(System::String^
string
,
SharpKmyGfx::Color
bgColor,
SharpKmyGfx::Color
textColor);
11
};
12
}
SharpKmyBase::DebugUI
Definition:
DebugUI.h:7
SharpKmyBase::DebugUI::clearDevelopHint
static void clearDevelopHint()
Definition:
DebugUI.cpp:7
SharpKmyBase::DebugUI::addDevelopHint
static void addDevelopHint(System::String^ string, SharpKmyGfx::Color bgColor, SharpKmyGfx::Color textColor)
Definition:
DebugUI.cpp:12
SharpKmyGfx::Color
Definition:
Color.h:6
SharpKmyBase
Definition:
Asset.cpp:6
Generated by
1.9.4