Added support for Win32 broadcast and recience over lan. Changes sent in

by Michael Gronager.
This commit is contained in:
Robert Osfield
2002-07-04 18:41:13 +00:00
parent 5014a4f809
commit 0dcd5cb017
5 changed files with 156 additions and 45 deletions

View File

@@ -17,6 +17,10 @@
#include <osg/Quat>
#if defined (WIN32)
#include <winsock.h>
#endif
#include "receiver.h"
#include "broadcaster.h"