Changeset 9638 for code/branches/core6/src/modules/overlays/debugging
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/modules/overlays/debugging
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/overlays/debugging/DebugFPSText.cc
r9629 r9638 35 35 namespace orxonox 36 36 { 37 CreateFactory(DebugFPSText);37 RegisterClass(DebugFPSText); 38 38 39 39 DebugFPSText::DebugFPSText(Context* context) : OverlayText(context) -
code/branches/core6/src/modules/overlays/debugging/DebugRTRText.cc
r9629 r9638 35 35 namespace orxonox 36 36 { 37 CreateFactory(DebugRTRText);37 RegisterClass(DebugRTRText); 38 38 39 39 DebugRTRText::DebugRTRText(Context* context) : OverlayText(context)
Note: See TracChangeset
for help on using the changeset viewer.