mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Added TerrainProperty bindings.
This commit is contained in:
parent
33dfbb3425
commit
a86c1ebca0
13 changed files with 351 additions and 81 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "CyPy_Task.h"
|
||||
#include "CyPy_World.h"
|
||||
#include "CyPy_WorldTime.h"
|
||||
#include "CyPy_TerrainProperty.h"
|
||||
|
||||
|
||||
CyPy_Server::CyPy_Server() : ExtensionModule("server")
|
||||
|
|
@ -40,6 +41,8 @@ CyPy_Server::CyPy_Server() : ExtensionModule("server")
|
|||
CyPy_Task::init_type();
|
||||
CyPy_World::init_type();
|
||||
CyPy_WorldTime::init_type();
|
||||
|
||||
CyPy_TerrainProperty::init_type();
|
||||
|
||||
initialize("server");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue