imgui key map

This commit is contained in:
2024-03-09 15:11:29 +01:00
parent 3087e10c5e
commit 633f885c65
4 changed files with 117 additions and 14 deletions

View File

@@ -14,8 +14,5 @@ class DoomIMGUI {
// render imgui
float render(float time_delta);
public: // custom doom api
uint64_t getTexID(void);
};