properties.h
来自「idbot08源码」· C头文件 代码 · 共 25 行
H
25 行
#ifndef _D2_PROPERTIES_H_
#define _D2_PROPERTIES_H_
struct D2_PROPERTIE
{
int id;
char numFields;
union
{
char bits[4];
struct
{
char bits1;
char bits2;
char bits3;
char bits4;
};
};
int bias;
// char* format;
};
D2_PROPERTIE* GetPropertiesRow(int id);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?