42 lines
707 B
C
42 lines
707 B
C
/*
|
|
* MiniImage.h
|
|
*
|
|
*
|
|
* This wizard-generated code is based on code adapted from the
|
|
* stationery files distributed as part of the Palm OS SDK 4.0.
|
|
*
|
|
* Copyright (c) 2006 Palm, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
/** @defgroup MiniImage MiniImage Sample
|
|
* The MiniImage sample shows how to decode and encode images
|
|
**/
|
|
/** @ingroup MiniImage
|
|
*
|
|
**/
|
|
|
|
/** @file MiniImage.h
|
|
* This file is the main header for MiniImage
|
|
**/
|
|
|
|
/** @name
|
|
*
|
|
**/
|
|
/*@{*/
|
|
|
|
#ifndef MINIIMAGE_H_
|
|
#define MINIIMAGE_H_
|
|
|
|
#define appFileCreator 'mIMG'
|
|
#define appName "MiniImage"
|
|
#define appVersionNum 0x01
|
|
#define appPrefID 0x00
|
|
#define appPrefVersionNum 0x01
|
|
|
|
#endif /* MINIMP3_H_ */
|
|
|
|
|
|
/*@}*/
|
|
|