ImGuiTest/util/text_functions.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

6 lines
92 B
C++

#pragma once
class TextFunctions {
public:
static void SetBulletText(const char* text);
};