palm-os-sdk/handera-105/examples/ExampleH/Src/MainForm.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

18 lines
359 B
C

/******************************************************************************
*
* File: MainForm.h
*
* Project : Example H
*
*****************************************************************************/
#ifndef _MAINFORM_H_
#define _MAINFORM_H_
#include <PalmOS.h>
Boolean MainFormHandleEvent (EventPtr eventP);
#endif