ImGuiTest/test/directx9_test.h
kelson8 eca8fe3c1d Move main menu into its own file. Modify text file functions and rename file.
Add functions for text in imgui with the text_functions file.
Add keystates file.
2024-06-18 13:13:26 -04:00

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;
};