group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Player.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
7struct Player
8{};
ECS tag component: marks an entity as a player (vs. projectile, spawner, etc.).
Definition Player.hpp:8