Fixes project being completely dirty every build requiring constant full rebuilds and slowing down tooling.
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
2021-10-30 14:24:38 +02:00
parent d55b40f3d0
commit e1d8348b2f
33 changed files with 69 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
#ifndef CREATURELIB_CLAMPEDSTATISTICSET_HPP
#define CREATURELIB_CLAMPEDSTATISTICSET_HPP
#include <Arbutils/Exception.hpp>
#include "Exceptions/CreatureException.hpp"
#include "Statistic.hpp"