Modified:
/trunk/include/fake437/display.hpp
/trunk/include/fake437/surface.hpp
=======================================
--- /trunk/include/fake437/display.hpp Fri Jan 1 19:06:33 2010
+++ /trunk/include/fake437/display.hpp Fri Jan 1 19:07:03 2010
@@ -61,6 +61,8 @@
void draw(void);
SDL_Surface* get_surface(void);
+
+ /* Width/height in characters. */
int get_width(void) const;
int get_height(void) const;
private:
=======================================
--- /trunk/include/fake437/surface.hpp Fri Jan 1 19:06:33 2010
+++ /trunk/include/fake437/surface.hpp Fri Jan 1 19:07:03 2010
@@ -42,6 +42,8 @@
F437Color fg, F437Color bg);
SDL_Surface* get_surface(void);
+
+ /* Width/height in characters. */
int get_width(void) const;
int get_height(void) const;
private: