DataType.h

来源:互联网 发布:便宜质量好的淘宝店 编辑:程序博客网 时间:2024/06/04 18:24
#ifndefDATATYPES_H#defineDATATYPES_H#include "Config.h"typedefunsigned chartUInt8;typedefunsigned shorttUInt16;typedefunsigned inttUInt32;typedefunsigned long longtUInt64;typedefsigned chartInt8;typedefsigned shorttInt16;typedefsigned inttInt32;typedefsigned long longtInt64;typedefstruct_tColors{tInt32fg;tInt32bg;tInt32attr;tInt32combined_attributes;} tColors;typedefenum _tColRoles{COL_TILE_2=1,COL_TILE_4,COL_TILE_8,COL_TILE_16,COL_TILE_32,COL_TILE_64,COL_TILE_128,COL_TILE_256,COL_TILE_512,COL_TILE_1024,COL_TILE_2048,COL_TILE_SPACE,COL_FRAME,COL_HUD,COL_LAST_ENTRY} tColRoles;typedef struct_tField{tInt16tile[TILE_ROWS][TILE_COLS];} tField;typedefstruct_tHandle{WINDOW* win;tColorscolors[COL_LAST_ENTRY];tFieldactField;int score;int best;} tHandle;#endif

0 0
原创粉丝点击