📄 mmhash.h
字号:
// Copyright (c) 1999 Relic Entertainment Inc.
// Written by Janik Joire
//
// $History: $
#ifndef MMHASH_H
#define MMHASH_H
// General constants
#ifndef OK
#define OK 0
#endif
#ifndef ERR
#define ERR -1
#endif
// MissionMan constants
#define MMH_SEC_SING "S_"
#define MMH_SEC_MULTI "M_"
#define MMH_SEC_OBJ "Object_"
#define MMH_KEY_TYPE "Type"
#define MMH_KEY_FILE "File_"
#define MMH_EXT_OBJ ".mor"
#ifdef __cplusplus
extern "C" {
#endif
// Functions
unsigned long strhash(char *str);
#ifdef __cplusplus
} // extern "C"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -