6 lines
93 B
C++
6 lines
93 B
C++
#pragma once
|
|
#include <entt/entt.hpp>
|
|
|
|
void update_render_system(entt::registry ®istry);
|
|
|