Changeset 7062 for code/branches/presentation3/src/orxonox/interfaces
- Timestamp:
- May 31, 2010, 4:55:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/interfaces/GametypeMessageListener.h
r7031 r7062 44 44 virtual void killmessage(const GametypeInfo* gtinfo, const std::string& message) {} 45 45 virtual void deathmessage(const GametypeInfo* gtinfo, const std::string& message) {} 46 virtual void staticmessage(const GametypeInfo* gtinfo, const std::string& message ) {}46 virtual void staticmessage(const GametypeInfo* gtinfo, const std::string& message, const ColourValue& colour) {} 47 47 virtual void fadingmessage(const GametypeInfo* gtinfo, const std::string& message) {} 48 48 };
Note: See TracChangeset
for help on using the changeset viewer.