Changeset 7208 in orxonox.OLD for branches/std/src/world_entities/movie_entity.cc
- Timestamp:
- Mar 10, 2006, 1:56:40 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/world_entities/movie_entity.cc
r7193 r7208 74 74 } 75 75 76 void MovieEntity::loadMovie(const char*filename)76 void MovieEntity::loadMovie(const std::string& filename) 77 77 { 78 78 if(media_container->loadMedia(filename))
Note: See TracChangeset
for help on using the changeset viewer.