qvdb.h
来自「Windows上的MUD客户端程序」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _QV_DB_
#define _QV_DB_
#include <QvBasic.h>
class QvInput;
class QvNode;
class QvField;
class QvDB {
public:
static const char *versionString;
static void init();
static void term();
static QvBool read(QvInput *in, QvNode *&rootNode);
};
#endif /* _QV_DB_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?