Changeset 755 for trunk/src/video.h
- Timestamp:
- Apr 4, 2011, 2:05:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/video.h
r753 r755 26 26 { 27 27 public: 28 static void Setup( int width, int height);28 static void Setup(vec2i size); 29 29 static void Destroy(); 30 30 static void SetFov(float theta); … … 33 33 static void Capture(uint32_t *buffer); 34 34 static vec2i GetSize(); 35 static int GetWidth();36 static int GetHeight();37 35 }; 38 36
Note: See TracChangeset
for help on using the changeset viewer.