diff --git a/src/beos/beos.c b/src/beos/beos.c index e69de29bb..fab2ebb1d 100644 --- a/src/beos/beos.c +++ b/src/beos/beos.c @@ -0,0 +1,39 @@ +// ___________ _________ _____ __ +// \_ _____/______ ____ ____ \_ ___ \____________ _/ ____\/ |_ +// | __) \_ __ \_/ __ \_/ __ \/ \ \/\_ __ \__ \\ __\\ __\ +// | \ | | \/\ ___/\ ___/\ \____| | \// __ \| | | | +// \___ / |__| \___ >\___ >\______ /|__| (____ /__| |__| +// \/ \/ \/ \/ \/ +// ______________________ ______________________ +// T H E W A R B E G I N S +// FreeCraft - A free fantasy real time strategy game engine +// +/**@name beos.c - The BeOS functions */ +// +// (c) Copyright 2000 by Kenneth Sanislo +// +// $Id$ + +//@{ + +// NOTE: setup/make use beos.c and BeIDE use beos.cpp + +/*---------------------------------------------------------------------------- +-- Includes +----------------------------------------------------------------------------*/ + +#include "freecraft.h" + +#ifdef USE_BEOS + +/*---------------------------------------------------------------------------- +-- Functions +----------------------------------------------------------------------------*/ + +global void beos_init( int argc, char **argv ) +{ +} + +//@} + +#endif