www.pudn.com > 6027_HD65.rar > osdgame.h


/**********************************************************************/ 
/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/ 
/***************                                       ****************/ 
/***************  $Modtime:: 04/04/19 3:01p    $       ****************/ 
/***************  $Revision:: 1                $       ****************/ 
/***************                                       ****************/ 
/***************   Description : OSD Game              ****************/ 
/***************                                       ****************/ 
/***************       Company : MediaTek Inc.         ****************/ 
/***************    Programmer :                       ****************/ 
/**********************************************************************/ 
#ifndef _OSD_GAME_H 
#define _OSD_GAME_H 
 
#ifdef  __cplusplus 
extern "C" { 
#endif 
 
void vOsdGameInit(void); 
void vOsdGameStart(void); 
void vGameStateMachine(BYTE bKey); 
 
#ifdef  __cplusplus 
} 
#endif 
 
#endif