Files
flappy-bird-bullet-hell/src/include/render.hpp
T
2026-07-09 12:30:40 +01:00

6 lines
98 B
C++

#pragma once
#include <entt/entt.hpp>
void update_render_system(entt::registry &registry);