Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8828


Ignore:
Timestamp:
Aug 6, 2011, 6:33:55 PM (13 years ago)
Author:
landauf
Message:

moved chat related files to a new subdirectory

Location:
code/branches/output/src/orxonox
Files:
2 added
1 edited
4 moved

Legend:

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

    r8729 r8828  
    3232  PlayerManager.cc
    3333  Radar.cc
    34   ChatHistory.cc
    35   ChatInputHandler.cc
    3634#  Test.cc
    3735
     
    4240)
    4341
     42ADD_SUBDIRECTORY(chat)
    4443ADD_SUBDIRECTORY(collisionshapes)
    4544ADD_SUBDIRECTORY(controllers)
     
    5958  FIND_HEADER_FILES
    6059  TOLUA_FILES
    61     ChatInputHandler.h
     60    chat/ChatInputHandler.h
    6261    LevelInfo.h
    6362    LevelManager.h
Note: See TracChangeset for help on using the changeset viewer.