AST/playerInterface.h

7 lines
113 B
C

#ifndef PLAYERINTERFACE_H_
#define PLAYERINTERFACE_H_
int createMainWindows();
#endif /* PLAYERINTERFACE_H_ */