cImage Surface
This commit is contained in:
@@ -68,7 +68,9 @@ namespace VideoEngine {
|
||||
/* Gets the videos height resolution */
|
||||
const unsigned long int getHeight() const;
|
||||
/* Gets the videos colour depth in bits */
|
||||
const unsigned long int getColour() const;
|
||||
const unsigned long int getColourDepth() const;
|
||||
/* Gets the videos pitch */
|
||||
const unsigned long int getPitch() const;
|
||||
/* Gets the caption displayed on the window */
|
||||
const cString getCaption() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user