2024-05-25 12:55:57 -04:00
|
|
|
#pragma once
|
|
|
|
class DirectX9Test {
|
|
|
|
public:
|
|
|
|
static void directX9Test();
|
2024-06-18 13:13:26 -04:00
|
|
|
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;
|
2024-05-25 12:55:57 -04:00
|
|
|
};
|