Allows the building with setup.

This commit is contained in:
johns 2000-08-13 20:00:30 +00:00
parent 8651a6dcf9
commit 47f5d7a46a

View file

@ -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