Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/libraries/core/object/CMakeLists.txt @ 10419

Last change on this file since 10419 was 10419, checked in by landauf, 9 years ago

added destroyLater() to Destroyable. This will destroy the object (like destroy()) but not until the current tick has ended.

  • Property svn:eol-style set to native
File size: 123 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2  Context.cc
3  Destroyable.cc
4  DestroyLaterManager.cc
5  Listable.cc
6  ObjectListBase.cc
7)
Note: See TracBrowser for help on using the repository browser.