--- a/pmc/include/surface.h
+++ b/pmc/include/surface.h
@@ -20,12 +20,13 @@
public:
enum foregroundColor { BLACK, RED };
- Surface (int w, int h, int d);
- ~Surface ();
+ Surface (int w, int h, int d);
+ ~Surface ();
int getWidth () {
return width;
};
+
int getHeight () {
return height;
};