player.h 94 B

1234567
  1. #ifndef PLAYER_H_
  2. #define PLAYER_H_
  3. #include "../lib/object.h"
  4. Object* new_Player();
  5. #endif