davey: work in progress...
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#include <entt/entity/registry.hpp>
|
||||
#include <imgui.h>
|
||||
#include <system/imgui_system.h>
|
||||
#include <entt/davey/davey.hpp>
|
||||
|
||||
namespace testbed {
|
||||
|
||||
void imgui_system(entt::registry ®istry) {
|
||||
void imgui_system(const entt::registry ®istry) {
|
||||
ImGui::Begin("testbed");
|
||||
|
||||
// ...
|
||||
static_cast<void>(registry);
|
||||
|
||||
entt::davey(registry);
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
namespace testbed {
|
||||
|
||||
void imgui_system(entt::registry &);
|
||||
void imgui_system(const entt::registry &);
|
||||
|
||||
} // namespace testbed
|
||||
|
||||
Reference in New Issue
Block a user