/* * PARSEC HEADER: g_boot.h */ #ifndef _G_BOOT_H_ #define _G_BOOT_H_ // external functions void StartupMessages(); int GameBoot(); int GameInit( int use_net ); #endif // _G_BOOT_H_