Files
Aeon/ThirdParty/entt/testbed/component/position_component.h
2025-06-29 23:33:26 +01:00

10 lines
129 B
C++

#pragma once
#include <SDL3/SDL_rect.h>
namespace testbed {
struct position_component: SDL_FPoint {};
} // namespace testbed