buildperl.h
来自「小型游戏引擎」· C头文件 代码 · 共 37 行
H
37 行
/* * Experimental Perl code in Build, include file. * * Written by Ryan C. Gordon. (icculus@clutteredmind.org) * * Please do NOT harrass Ken Silverman about any code modifications * (including this file) to BUILD. */// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman// Ken Silverman's official web site: "http://www.advsys.net/ken"// See the included license file "BUILDLIC.TXT" for license info.// This file IS NOT A PART OF Ken Silverman's original release#ifndef _INCLUDE_BUILDPERL_H_#define _INCLUDE_BUILDPERL_H_#ifdef __cplusplusextern "C" {#endif#if (!defined USE_PERL)#error Please define USE_PERL before including this file.#endifint buildperl_init(void);void buildperl_frame(void);void buildperl_deinit(void);#ifdef __cplusplus}#endif#endif // include-once-blocker.// end of buildperl.h ...
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?