#ifndef PLAYERINTERFACE_H_ #define PLAYERINTERFACE_H_ void initDisplayLib(); void displayScreen(int scr_id); #endif