From c050d2b9a155478601f30ec55ee68e28e45c655a Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:14:23 -0700 Subject: [PATCH] D scripts --- dScripts/DLUVanityNPC.cpp | 1 + dScripts/DLUVanityNPC.h | 2 +- dScripts/DamagingPets.h | 1 - dScripts/Darkitect.h | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dScripts/DLUVanityNPC.cpp b/dScripts/DLUVanityNPC.cpp index ec8a0574..c219a5f9 100644 --- a/dScripts/DLUVanityNPC.cpp +++ b/dScripts/DLUVanityNPC.cpp @@ -1,6 +1,7 @@ #include "DLUVanityNPC.h" #include "GameMessages.h" #include "dServer.h" +#include "VanityUtilities.h" void DLUVanityNPC::OnStartup(Entity* self) { diff --git a/dScripts/DLUVanityNPC.h b/dScripts/DLUVanityNPC.h index baacf5dd..4eba3554 100644 --- a/dScripts/DLUVanityNPC.h +++ b/dScripts/DLUVanityNPC.h @@ -1,7 +1,7 @@ #pragma once #include "CppScripts.h" -#include "VanityUtilities.h" +class VanityNPC; class DLUVanityNPC : public CppScripts::Script { public: diff --git a/dScripts/DamagingPets.h b/dScripts/DamagingPets.h index d0044fb5..04c4e6bf 100644 --- a/dScripts/DamagingPets.h +++ b/dScripts/DamagingPets.h @@ -1,5 +1,4 @@ #pragma once - #include "CppScripts.h" /** diff --git a/dScripts/Darkitect.h b/dScripts/Darkitect.h index f0d19648..56b1c832 100644 --- a/dScripts/Darkitect.h +++ b/dScripts/Darkitect.h @@ -1,5 +1,4 @@ #pragma once - class Entity; class Darkitect