duncan
Mom and Dad were wrong!
|
00001 #ifndef CLIENT_MAP_H_ 00002 #define CLIENT_MAP_H_ 00003 00004 #include "../map/map.h" 00005 #include "ncwindow.h" 00006 #include "col.h" 00007 00008 namespace client { 00009 00017 class DrawableMap : public map::Map { 00018 public: 00019 void draw(NCWindow&, int, int); 00020 }; 00021 00022 } // namespace 00023 00024 #endif