#ifndef PLAYER_H_ #define PLAYER_H_ #include "../lib/object.h" Object* new_Player(); #endif