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