palm-os-sdk/handera-105/examples/ExampleF/Rsc/HandEra.r
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

30 lines
599 B
R

/***********************************************************************
*
* Copyright (c) 1999-2001, TRG, All Rights Reserved
*
* PROJECT: HandEra 330
*
* FILE: HandEra.r
*
* DESCRIPTION:
*
* AUTHOR: John Ehm
*
* DATE: 01/17/01
*
**********************************************************************/
type 'sKst' {
//Currently no data is stored in resource, need dummy otherwise
//resource is not linked in
unsigned longint;
};
resource 'sKst' (1000, "HandEra Aware")
{
0x00000000;
};