?? stormlibstatic.h
字號(hào):
/*
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -