works, no input yet, but renders and loads wad
This commit is contained in:
21
src/solanaceae/doom_imgui.hpp
Normal file
21
src/solanaceae/doom_imgui.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "./doom.hpp"
|
||||
|
||||
class DoomIMGUI {
|
||||
// inherit instead?
|
||||
Doom _doom;
|
||||
|
||||
public:
|
||||
DoomIMGUI(
|
||||
TextureUploaderI& tu
|
||||
);
|
||||
~DoomIMGUI(void);
|
||||
|
||||
// render imgui
|
||||
float render(float time_delta);
|
||||
|
||||
public: // custom doom api
|
||||
uint64_t getTexID(void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user