kelson8
eca8fe3c1d
Add functions for text in imgui with the text_functions file. Add keystates file.
6 lines
92 B
C++
6 lines
92 B
C++
#pragma once
|
|
class TextFunctions {
|
|
public:
|
|
static void SetBulletText(const char* text);
|
|
};
|