Files
entt/testbed/component/position_component.h
2025-05-02 09:12:03 +02:00

10 lines
129 B
C++

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