palm-os-sdk/handera-105/examples/ExampleJ/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

20 lines
467 B
C

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