Files
snake-raylib-prototype/src/include/render.hpp
T
2026-07-09 00:27:26 +01:00

6 lines
93 B
C++

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