Changeset 26 for trunk/Classes/video.hpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/video.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/video.hpp
r13 r26 61 61 62 62 //functions to get the dimensions of the current video-mode 63 int getx() const;64 int gety() const;63 static int getx(); 64 static int gety(); 65 65 int getBitsPerPixel(); 66 66 int getBytesPerPixel(); … … 175 175 extern void convertSurfaceToFill(int x, int y, surface surf); 176 176 extern void draw_wait_cursor(void); 177 extern int nextPowerOf2(int in); 177 178 #endif
Note: See TracChangeset
for help on using the changeset viewer.