Changeset 9036 in orxonox.OLD for branches/single_player_map
- Timestamp:
- Jul 3, 2006, 2:31:33 PM (18 years ago)
- Location:
- branches/single_player_map/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r9035 r9036 169 169 * @param filename: name of the file 170 170 */ 171 void GenericNPC::playSound( std::stringfilename)171 void GenericNPC::playSound(const std::string& filename) 172 172 {} 173 173 -
branches/single_player_map/src/world_entities/npcs/generic_npc.h
r9032 r9036 69 69 void playAnimation(int animationIndex, int animPlaybackMode); 70 70 void playSound(const std::string& filename); 71 void playSound(int i);72 71 73 72 virtual void tick (float time);
Note: See TracChangeset
for help on using the changeset viewer.