2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Clean up for Python interface stuff.

This commit is contained in:
Darryl Pogue
2012-12-28 21:49:48 -08:00
parent 274812c057
commit a0641ba66b
30 changed files with 114 additions and 130 deletions

View File

@ -398,4 +398,4 @@ void pyMarkerGame::AddPlasmaMethods(std::vector<PyMethodDef>& methods)
{
PYTHON_GLOBAL_METHOD(methods, PtIsMarkerGame);
PYTHON_GLOBAL_METHOD_WKEY(methods, PtCreateMarkerGame);
}
}