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:
Erik Ogenvik 2018-10-31 21:38:35 +01:00
parent 800d6f3d2c
commit e85f0831b2
463 changed files with 1794 additions and 1515 deletions

View file

@ -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,