Logo
DebugUI.h
1#pragma once
2#include "../Gfx/Color.h"
3
4namespace 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}