Logo
DebugUI.h
1#pragma once
2#include "../Gfx/Color.h"
3
4namespace 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}
Definition: DebugUI.h:7
static void clearDevelopHint()
Definition: DebugUI.cpp:7
static void addDevelopHint(System::String^ string, SharpKmyGfx::Color bgColor, SharpKmyGfx::Color textColor)
Definition: DebugUI.cpp:12
Definition: Color.h:6
Definition: Asset.cpp:6