9 lines
139 B
C++
9 lines
139 B
C++
#pragma once
|
|
#include <entt/entt.hpp>
|
|
#include <raylib.h>
|
|
|
|
namespace varicle {
|
|
|
|
void update_render_system(entt::registry ®istry);
|
|
}
|