Changeset 26 for trunk/Classes/video.hpp


Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/video.hpp

    r13 r26  
    6161 
    6262    //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(); 
    6565    int getBitsPerPixel(); 
    6666    int getBytesPerPixel(); 
     
    175175extern void convertSurfaceToFill(int x, int y, surface surf); 
    176176extern void draw_wait_cursor(void); 
     177extern int nextPowerOf2(int in); 
    177178#endif 
Note: See TracChangeset for help on using the changeset viewer.