0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 21:23:41 +00:00
SDL_Minigame/include/PlayerComponent.h

9 lines
100 B
C++

#pragma once
#include "Component.h"
class PlayerComponent : public Component
{
public:
private:
};