palm-os-sdk/handera-105/examples/ExampleJ/Src/STARTER.H
Tavisco 1c2f65cd40 Renamed handera-sdk-105 to handera-105
Its obviously a SDK, no need to repeat it :P
2023-11-16 22:06:58 -03:00

24 lines
614 B
C

/******************************************************************************
*
* File: Starter.h
*
* Project : Example J
*
*****************************************************************************/
#ifndef _STARTER_H_
#define _STARTER_H_
/***********************************************************************
*
* Constants
*
***********************************************************************/
#define appFileCreator 'Ex_J'
#define appVersionNum 0x01
#define appPrefID 0x00
#define appPrefVersionNum 0x01
#endif