Files
source/Laptop/IMP Begin Screen.h
T

12 lines
213 B
C

#ifndef _IMP_BEGINSCREEN_H
#define _IMP_BEGINSCREEN_H
void EnterIMPBeginScreen( void );
void RenderIMPBeginScreen( void );
void ExitIMPBeginScreen( void );
void HandleIMPBeginScreen( void );
#endif