mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Restructure rule classes.
Classes under "rulesets" have been moved to "rules", and split up into futher subdirectories matching their library. As a result we can now better separate the python bindings, so that things that belongs to the simulation are separeted from things that belongs to the ai.
This commit is contained in:
parent
800d6f3d2c
commit
e85f0831b2
463 changed files with 1794 additions and 1515 deletions
|
|
@ -27,13 +27,13 @@
|
|||
|
||||
#include "python_testers.h"
|
||||
|
||||
#include "rulesets/PythonArithmeticScript.h"
|
||||
#include "rules/PythonArithmeticScript.h"
|
||||
|
||||
#include "common/compose.hpp"
|
||||
#include "common/log.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <rulesets/Python_Script_Utils.h>
|
||||
#include <rules/Python_Script_Utils.h>
|
||||
#include <external/pycxx/CXX/Extensions.hxx>
|
||||
|
||||
Py::Object Get_PyClass(const Py::Module& module,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue