First implementation of rules

TODO :
 - Fix target as getter (currently broken because of inheritance by rules)
 - Smart pointers for entity store ?
This commit is contained in:
Teo-CD 2019-06-09 23:26:46 +02:00
parent febe0827ad
commit 08e922b0d4
12 changed files with 257 additions and 20 deletions

5
src/Rule.cpp Normal file
View file

@ -0,0 +1,5 @@
//
// Created by trotfunky on 09/06/19.
//
#include "Rule.h"