ZOO写的地图的数据结构,收个藏~

      计算机与编程 2008-3-20 10:31:00
struct MapObject
{
 //32位标识符
 int flag;
 //世界坐标描述
 //位置
 float x,y;
 //长宽
 float w,h;
 //纹理比例
 float hscale,vscale;
 //属性(耐久度等收损失伤害程度)
 int solid,damage;
 //纹理名
 char texturename[32];
 //属性保留项目。。。
 union
 {
  struct
  {
   int int15[15];
  };
  struct
  {
   float _float15[15];
  };
  struct
  {
   char _char15[60];
  };
  //...
 };
};
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}