newlist

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年7月1日

摘要: #ifndef __CONTROLLAYER_H__#define __CONTROLLAYER_H__#include "XWidget.h"class CMapDialog;class CXTimer;class CTowerDialog;class CControlLayer : public CXWidget{public: enum ControlLayerId { _IDD_ControLyaer = 102, };public: CControlLayer(); ~CControlLayer(); virtual bool ini... 阅读全文
posted @ 2013-07-01 17:24 一枚程序 阅读(322) 评论(0) 推荐(0)