Allows the building with setup.
This commit is contained in:
parent
8651a6dcf9
commit
47f5d7a46a
1 changed files with 39 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue