testbed: work in progress (if only I had more time these days...)
This commit is contained in:
13
testbed/system/rendering_system.cpp
Normal file
13
testbed/system/rendering_system.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <application/context.h>
|
||||
#include <entt/entity/registry.hpp>
|
||||
#include <system/rendering_system.h>
|
||||
|
||||
namespace testbed {
|
||||
|
||||
void rendering_system(entt::registry ®istry, const context &ctx) {
|
||||
// render...
|
||||
static_cast<void>(registry);
|
||||
static_cast<void>(ctx);
|
||||
}
|
||||
|
||||
} // namespace testbed
|
||||
Reference in New Issue
Block a user