explose base and imgui as plugin
This commit is contained in:
15
src/solanaceae/crdtnotes_imgui/crdtnotes_imgui.hpp
Normal file
15
src/solanaceae/crdtnotes_imgui/crdtnotes_imgui.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <solanaceae/crdtnotes/crdtnotes.hpp>
|
||||
|
||||
class CRDTNotesImGui {
|
||||
CRDTNotes& _notes;
|
||||
|
||||
bool _show_global_list {true};
|
||||
|
||||
public:
|
||||
CRDTNotesImGui(CRDTNotes& notes);
|
||||
|
||||
float render(void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user