SuperSpaceInvaderTurboApoca.../headers/player.h
2021-12-31 17:18:23 +01:00

9 lines
102 B
C

#ifndef GUARD_PLAYER_H
#define GUARD_PLAYER_H
struct Player{
unsigned lives;
unsigned x;
};
#endif