Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 11:23:59 AM (8 years ago)
Author:
landauf
Message:

moved maze-generator-code into separate class. made all static variables private members. this fixes a number of issues when reloading the hover game.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/CMakeLists.txt

    r11026 r11035  
    11SET_SOURCE_FILES(Hover_SRC_FILES
    2 Hover.cc
    3 HoverShip.cc
    4 HoverWall.cc
    5 HoverOrigin.cc
    6 TimeHUD.cc
    7 FlagHUD.cc
    8 HoverFlag.cc
     2  Hover.cc
     3  HoverShip.cc
     4  HoverWall.cc
     5  HoverOrigin.cc
     6  HoverFlag.cc
     7  TimeHUD.cc
     8  FlagHUD.cc
     9  MazeGenerator.cc
    910)
    1011
     
    1314  FIND_HEADER_FILES
    1415  LINK_LIBRARIES
     16    orxonox
    1517    objects
    16     orxonox
    1718    overlays
    1819  SOURCE_FILES ${Hover_SRC_FILES}
Note: See TracChangeset for help on using the changeset viewer.