Adds precompiled header.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-29 17:51:11 +02:00
parent fda3c8f86d
commit 2ce766f589
39 changed files with 20 additions and 68 deletions

View File

@@ -1,8 +1,6 @@
#ifndef PKMNLIB_LEARNABLEMOVES_HPP
#define PKMNLIB_LEARNABLEMOVES_HPP
#include <Arbutils/Collections/List.hpp>
#include <Arbutils/Memory/BorrowedPtr.hpp>
#include <CreatureLib/Library/CreatureData/LearnableAttacks.hpp>
#include "../Moves/MoveData.hpp"