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