/* ===========================================================================
	File:		GMAIN.C

	Notes:		Glib Main

	Author:		Gary Liddon @ 73b

	Created:	Wednesday 27th March 1996

	Copyright (C) 1996 - 1997 Gary Liddon
	All rights reserved. 
  ============================================================================ */

#ifndef __GMAIN_H__
#define __GMAIN_H__

/* ---------------------------------------------------------------------------
	Includes
	-------- */
#include "gtypes.h"

/* ---------------------------------------------------------------------------
	Defines
	------- */

/* ---------------------------------------------------------------------------
	Typedefs
	-------- */

/* ---------------------------------------------------------------------------
	Enums
	----- */

/* ---------------------------------------------------------------------------
	Externs
	------- */

/* ---------------------------------------------------------------------------
	Structures
	---------- */

/* ---------------------------------------------------------------------------
	Supported Functions
	------------------- */
#ifdef __cplusplus
extern "C" {
#endif

void AppMain(void);

#ifdef __cplusplus
};
#endif


/* --------------------------------------------------------------------------- */
#endif
/* ---------------------------------------------------------------------------
	ends */