Changeset 6149 in orxonox.OLD for branches/avi_play/src/lib/graphics/importer/media_container.h
- Timestamp:
- Dec 17, 2005, 4:32:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/graphics/importer/media_container.h
r6127 r6149 21 21 #include "base_object.h" 22 22 23 #include <SDL.h> 24 23 25 /* using namespace std is default, this needs to be here */ 24 26 using namespace std; … … 31 33 double fps; 32 34 GLuint texture; 35 SDL_Surface *surface; 33 36 uint8_t* data; 34 37 … … 51 54 52 55 GLuint getFrame(int frame_number); 53 GLuintgetNextFrame();56 SDL_Surface * getNextFrame(); 54 57 void loadMedia(const char* filename); 55 58
Note: See TracChangeset
for help on using the changeset viewer.