Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/interfaces/CMakeLists.txt @ 8306

Last change on this file since 8306 was 7504, checked in by dafrick, 14 years ago

Pickups module is now (from what I can tell after some basic testing) fully functional over the network.
However it's still a little messy, needs some cleanup and documentation.
I introduced a new class, the PickupListener, which allows reacting to pickups becoming used, unused, picked up or dropped.

  • Property svn:eol-style set to native
File size: 137 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  InterfaceCompilation.cc
3  Pickupable.cc
4  PickupCarrier.cc
5  PickupListener.cc
6  RadarViewable.cc
7)
Note: See TracBrowser for help on using the repository browser.