pythonwrappers.h

来自「这是书籍Premier.Press.MUD.GAME.PROGRAMMING.r」· C头文件 代码 · 共 22 行

H
22
字号
// MUD Programming
// Ron Penton
// (C)2003
// PythonWrappers.h - This file contains the python interfaces for bettermud 
//                    accessors
// 
// 

#ifndef BETTERMUDPYTHONWRAPPERS_H
#define BETTERMUDPYTHONWRAPPERS_H

namespace BetterMUD
{

void InitPythonAccessors();
    
}   // end namespace BetterMUD



#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?