newlist

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

2013年7月9日

摘要: #ifndef __GAMECONFIG_H__#define __GAMECONFIG_H__#include "GameFrameHead.h"#include "GameParam.h"//生物配置struct BiontInfo{ int nId; int nType; //生物类型 CCRect rArea; //生物活动区域 int nBulk; //体积 int nWeight; //重量 string ... 阅读全文
posted @ 2013-07-09 22:15 一枚程序 阅读(661) 评论(0) 推荐(0)

摘要: #ifndef __CONFIG_H__#define __CONFIG_H__#include "GameFrameHead.h"//图片信息struct ImageInfo{ int nId; //ID标识 string strKey; //key标识 string strFile; //文件路径};//资源信息struct ResourceInfo{ };//ui//控件信息struct CtrlInfo{ int nId; CCPoint tPos; //坐标 CCPoi... 阅读全文
posted @ 2013-07-09 22:13 一枚程序 阅读(1542) 评论(0) 推荐(0)