sfmpq_static.h
来自「mpq文件查看器」· C头文件 代码 · 共 31 行
H
31 行
/*
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 "SFmpqapi.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 + -
显示快捷键?