10 lines
129 B
C++
10 lines
129 B
C++
#pragma once
|
|
|
|
#include <SDL3/SDL_rect.h>
|
|
|
|
namespace testbed {
|
|
|
|
struct position_component: SDL_FPoint {};
|
|
|
|
} // namespace testbed
|