SpaceCadetPinball/SpaceCadetPinball/font_selection.h

12 lines
176 B
C++

#pragma once
class font_selection
{
public:
static void show_dialog();
static void RenderDialog();
private:
static bool ShowDialog;
static char DialogInputBuffer[512];
};