12 lines
166 B
C++
12 lines
166 B
C++
#pragma once
|
|
|
|
#include <entt/entity/fwd.hpp>
|
|
|
|
namespace testbed {
|
|
|
|
struct context;
|
|
|
|
void rendering_system(entt::registry &, const context &);
|
|
|
|
} // namespace testbed
|