Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2009, 12:50:58 AM (16 years ago)
Author:
landauf
Message:

Moved the Map from overlays to orxonox although it IS an OrxonoxOverlay - but it's a dependency to many other classes in orxonox, so I decided to temporary move it there (with respect to future changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/CMakeLists.txt

    r5618 r5621  
    1919
    2020SET_SOURCE_FILES(ORXONOX_SRC_FILES
     21  Main.cc
     22
    2123  CameraManager.cc
    22   InGameConsole.cc
    2324  LevelManager.cc
    24   Main.cc
    2525  PawnManager.cc
    2626  PlayerManager.cc
     27
     28  InGameConsole.cc
     29  Map.cc
    2730)
    2831ADD_SUBDIRECTORY(gamestates)
Note: See TracChangeset for help on using the changeset viewer.