25 lines
		
	
	
		
			494 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			494 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|     Copyright   Novatek Microelectronics Corp. 2005.  All rights reserved.
 | |
| 
 | |
|     @file       UIMode.h
 | |
|     @ingroup    mIPRJAPUIFlow
 | |
| 
 | |
|     @brief      UI Mode Functions
 | |
|                 This file is the user interface ( for interchange flow control).
 | |
| 
 | |
|     @note       Nothing.
 | |
| 
 | |
|     @date       2005/04/01
 | |
| */
 | |
| 
 | |
| #ifndef _UIMODEPHOTO_H
 | |
| #define _UIMODEPHOTO_H
 | |
| 
 | |
| #include "SysMain.h"
 | |
| #include "PrjInc.h"
 | |
| extern SYS_MODE gModePhoto;
 | |
| extern int PRIMARY_MODE_PHOTO;   ///< Photo
 | |
| 
 | |
| #endif //_UIMODEPHOTO_H
 | |
| 
 | 
