AST/playerInterface.h

8 lines
118 B
C

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