10 lines
128 B
C++
10 lines
128 B
C++
#pragma once
|
|
|
|
#include <entt/entity/fwd.hpp>
|
|
|
|
namespace testbed {
|
|
|
|
void imgui_system(entt::registry &);
|
|
|
|
} // namespace testbed
|