Cleaner includes

This commit is contained in:
Pcornat 2024-10-30 19:07:23 +01:00
commit e2d598d5d0
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
8 changed files with 130 additions and 130 deletions

View file

@ -11,13 +11,14 @@
#include <variant>
#include <string_view>
#include <unordered_map>
#include <ankerl/svector.h>
#include "characteristic/characteristic.hpp"
#include "generic_object.hpp"
namespace character {
class CharacterSheet;
namespace characteristic{
class Characteristic;
}
class BillyObjects final {
public: