#include <PalmOS.h>
#include "../Rsc/StarterRsc.h"
#include "Device.h"
#include "Presentation.h"
#include "Customization.h"
Include dependency graph for Starter.cpp:
Go to the source code of this file.
Functions | |
UInt32 | PilotMain ( UInt16 cmd, void* cmdPBP, UInt16 launchFlags) |
This is the public main entry point for the application. More... |
This is the bare skeleton of a functional PalmOS application. It delegates most of the work to a Presentation object.
Definition in file Starter.cpp.
|
This is the public main entry point for the application.
Definition at line 344 of file Starter.cpp. |