kelson8
eca8fe3c1d
Add functions for text in imgui with the text_functions file. Add keystates file.
13 lines
301 B
C++
13 lines
301 B
C++
#pragma once
|
|
class DirectX9Test {
|
|
public:
|
|
static void directX9Test();
|
|
static bool show_app_main_menu_bar;
|
|
static bool button1_clicked;
|
|
static bool dark_mode;
|
|
static bool define_values;
|
|
static bool list_values;
|
|
static bool show_demo_window;
|
|
static bool define_test;
|
|
static bool toggle_text;
|
|
}; |