ImGuiTest/menus/text_menu.h
kelson8 26e3acf9eb Add a windows msg box, fix dark mode button.
Add text file menu and a pch.h file for later.
Move text file functions into text file menu.
Add test dll for project.
2024-08-25 13:34:08 -04:00

8 lines
64 B
C++

#pragma once
class TextMenu
{
public:
void TextMainMenu();
};