📄 h_vs.h
字号:
#ifndef __VS_H__
#define __VS_H__
#include "..\interface.h"
typedef struct VS
{
PWriteFunc Write;
PReadFunc Read;
u8 DipSwitch, Coin, CoinDelay;
} TVS, *PVS;
extern TVS VS;
#define VS_MENUDIP 100
#define VS_MENUCOIN 101
void VS_Init (int);
int VS_SaveMI (Ar128);
int VS_LoadMI (const Ar128);
int __cdecl VS_Read (int,int);
void __cdecl VS_MenuClick (int,int,int,int);
void VS_CheckCoin (int);
#endif /* __VS_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -