23 lines
474 B
C
23 lines
474 B
C
/*
|
|
* MiniCamera.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) 1999-2004 PalmOne, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#ifndef MINICAMERA_H_
|
|
#define MINICAMERA_H_
|
|
|
|
#define appFileCreator 'mCAM'
|
|
#define appName "MiniCamera"
|
|
#define appVersionNum 0x01
|
|
#define appPrefID 0x00
|
|
#define appPrefVersionNum 0x01
|
|
|
|
#endif /* MINIMP3_H_ */
|