摘要: 人物类#ifndef PLAYER_H#define PLAYER_H#include "info.h"#include "move_thing_base.h"class Player : public Move_Thing_Base{ Q_OBJECTpublic: Player();... 阅读全文
posted @ 2014-03-19 17:37 闲云阁 阅读(338) 评论(0) 推荐(0)