int_main.h
来自「LastWave」· C头文件 代码 · 共 30 行
H
30 行
/* * int_main.h * wxLastWave * * Created by Emmanuel Bacry on 26/01/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */#ifndef _INT_MAIN_H#define _INT_MAIN_H// Version of the soft#define SOFTVERSION "3.0"#ifdef __cplusplusextern "C" {#endifextern void LWEnd(void);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?