Clapkit
Loading...
Searching...
No Matches
ckGlobals.h
Go to the documentation of this file.
1/*
2 *
3 * Clapkit
4 * ----------------------------------------------------------------------
5 * A wrapper for creating a 'generalized' app for Classic MacOS
6 * that (hopefully) can be ported easily to other platforms.
7 *
8 * CKGlobals
9 * ----------------------------------------------------------------------
10 * A (hopefully very short) list of global variables.
11 */
12
13class CKApp;
CKApp * __ckgCurrentCKApp
Definition ckApp.cpp:29
Defines the main entry point for a Clapkit application.
Definition ckApp.h:57