add imgui support
This commit is contained in:
17
include/client/states/ImGuiDrawer.h
Normal file
17
include/client/states/ImGuiDrawer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <NazaraImgui/ImguiHandler.hpp>
|
||||
|
||||
namespace blitz {
|
||||
namespace client {
|
||||
|
||||
class ImGuiDrawer : private Nz::ImguiHandler {
|
||||
protected:
|
||||
ImGuiDrawer();
|
||||
~ImGuiDrawer();
|
||||
|
||||
virtual void OnRenderImgui() = 0;
|
||||
};
|
||||
|
||||
} // namespace client
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user