pythonwrappers.cpp

来自「这是书籍Premier.Press.MUD.GAME.PROGRAMMING.r」· C++ 代码 · 共 25 行

CPP
25
字号
// MUD Programming
// Ron Penton
// (C)2003
// PythonWrappers.cpp - This file contains the python interfaces for bettermud accessors
// 
// 


#include "PythonWrappers.h"
#include "../../accessors/Accessors.h"

namespace BetterMUD
{

// include the SWIG-generated wrapper here, inside the namespace BetterMUD
#include "BetterMUD_wrap.cxx"

void InitPythonAccessors()
{
    init_BetterMUD();
}
    
}   // end namespace BetterMUD

⌨️ 快捷键说明

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