cImage Surface

This commit is contained in:
2018-06-30 02:33:48 -04:00
parent 269cbf8604
commit 93a6e9ccad
14 changed files with 120 additions and 36 deletions
@@ -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;