Skip to content

Commit

Permalink
move pawn_natives.hpp to Impl folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Dec 6, 2023
1 parent 8b51a3e commit ff7148e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <variant>
#include <pawn-natives/NativeFunc.hpp>

#include "pawn.hpp"
#include <Server/Components/Pawn/pawn.hpp>

/// The bool is used because variant is initialised to index 0 by default
using OutputOnlyString = std::variant<bool, StringView, Impl::String>;
Expand Down
2 changes: 1 addition & 1 deletion Server/Components/Pawn/Scripting/Types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "../Manager/Manager.hpp"
#include "Impl.hpp"
#include "sdk.hpp"
#include <Server/Components/Pawn/pawn_natives.hpp>
#include <Impl/pawn_natives.hpp>

namespace pawn_natives
{
Expand Down

0 comments on commit ff7148e

Please sign in to comment.