1
0
Fork 0

A couple tweaks.

This commit is contained in:
curt 2000-01-12 18:40:04 +00:00
parent fc008f9a34
commit 3ae06c157e
2 changed files with 9 additions and 0 deletions

View file

@ -50,7 +50,9 @@
#include <Math/fg_random.h>
#include <Math/mat3.h>
#include <Math/polar3d.hxx>
#ifdef FG_NETWORK_OLK
#include <NetworkOLK/network.h>
#endif
#include <Scenery/scenery.hxx>
#include <Time/fg_timer.hxx>

View file

@ -62,7 +62,9 @@
#include <Main/fg_init.hxx>
#include <Main/views.hxx>
#include <Misc/fgpath.hxx>
#ifdef FG_NETWORK_OLK
#include <NetworkOLK/network.h>
#endif
#include <Screen/screen-dump.hxx>
#include <Time/fg_time.hxx>
@ -1080,6 +1082,8 @@ static void NewAirportInit(void)
FG_FINALIZE_PUI_DIALOG( AptDialog );
}
#ifdef FG_NETWORK_OLK
/// The beginnings of networking :-)
// Needs cleaning up but works
// These statics should disapear when this is a class
@ -1338,6 +1342,9 @@ static void net_display_toggle( puObject *cb)
}
*/
#endif
/*************** End Networking **************/