Changeset 100 for trunk/src/video.h
- Timestamp:
- Aug 11, 2010, 6:18:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/video.h
r93 r100 1 // 2 // Deus Hax (working title) 3 // Copyright (c) 2010 Sam Hocevar <sam@hocevar.net> 4 // 1 5 2 /* 3 * The video interface 4 */ 6 // 7 // The Video interface 8 // ------------------- 9 // Not sure yet whether this should exist. 10 // 5 11 6 12 #if !defined __DH_VIDEO_H__ … … 10 16 { 11 17 public: 12 //Video(char const *title, int width, int height);13 //virtual ~Video();14 15 18 virtual int GetWidth() const = 0; 16 19 virtual int GetHeight() const = 0;
Note: See TracChangeset
for help on using the changeset viewer.