stormlibstatic.h
来自「骨骼动画....把魔兽模型解出的代码..」· C头文件 代码 · 共 30 行
H
30 行
/*
ShadowFlare MPQ Static Library. (c) ShadowFlare Software 2002
*/
#ifndef SHADOWFLARE_MPQ_LIB_INCLUDED
#define SHADOWFLARE_MPQ_LIB_INCLUDED
#ifndef SFMPQ_STATIC
#define SFMPQ_STATIC
#endif
#include "StormLib.h"
#ifdef __cplusplus
extern "C" {
#endif
// These no longer need to be called. They are only provided for
// compatibility with older versions of this static library
void LoadSFMpq();
void FreeSFMpq();
#ifdef __cplusplus
}; // extern "C"
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?