You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
523 B
C

/*
* LOWLEVEL LIB V1.0
* USERFUNCTION INTERFACE
* (C)1996 Level One Entertainment, PIKO Ales'
*
* MODUL......: WIN-MAIN
* OS.........: Win95/WinNt40
* Date.......: 11.09.96
* Version....: 0.1.0
* Release....: 1.0
*/
#ifndef _WINMAIN_H
#define _WINMAIN_H
extern bool osmain_endgame;
extern bool osmain_bActive;
/*
* os_main
*
* Diese Funktion wird von der Lowlevellib nach der Initialisierung aufgerufen.
*
*/
extern int os_main(
int argc,
char **argv,
char **envp
);
#endif