Horizon
Loading...
Searching...
No Matches
check_entity.hpp
1#pragma once
2#include "rules/rules.hpp"
3
4namespace horizon {
5RulesCheckResult check_entity(const class Entity &entity);
6}