Changeset 7655 for code/trunk/src/modules
- Timestamp:
- Nov 18, 2010, 9:54:39 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/lastmanstanding (added) merged: 7479-7481,7485,7542-7543,7554-7556,7561,7573,7579,7581,7583-7586,7596,7600,7602-7605,7617,7635-7637,7640-7644
- Property svn:mergeinfo changed
-
code/trunk/src/modules/notifications/Notification.h
r7552 r7655 80 80 81 81 void initialize(void); //!< Registers the object and sets some default values. 82 void registerVariables(void) {} 82 83 83 84 }; -
code/trunk/src/modules/overlays/OverlaysPrereqs.h
r7163 r7655 88 88 class HUDTimer; 89 89 class KillMessage; 90 class LastManStandingInfos; 90 91 class TeamBaseMatchScore; 91 92 class UnderAttackHealthBar; -
code/trunk/src/modules/overlays/hud/CMakeLists.txt
r7654 r7655 15 15 GametypeStaticMessage.cc 16 16 GametypeFadingMessage.cc 17 LastManStandingInfos.cc 17 18 )
Note: See TracChangeset
for help on using the changeset viewer.