Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2007, 7:50:52 PM (16 years ago)
Author:
nicolasc
Message:

global enet test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox.cc

    r137 r142  
    2626 */
    2727
     28/**
     29 @file  orxonox.cc
     30 @brief Orxonox Main File
     31 */
     32
    2833#include <Ogre.h>
    2934#include <OIS/OIS.h>
    3035#include <CEGUI/CEGUI.h>
    3136#include <OgreCEGUIRenderer.h>
     37
     38#include <enet/enet.h>
     39#include <enet/protocol.h>
    3240
    3341#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
Note: See TracChangeset for help on using the changeset viewer.