mirror of
https://github.com/ctm/executor.git
synced 2025-02-23 00:28:57 +00:00
9 lines
188 B
C
9 lines
188 B
C
|
|
/* launch.c */
|
|
#ifndef THINK_C
|
|
void dolaunch (StringPtr s);
|
|
#endif
|
|
void launchapp (ControlHandle c);
|
|
void launchda (ControlHandle c);
|
|
void launchcreator (ControlHandle c, short message);
|