Skip to content

Commit

Permalink
refactor: rename Offsets_*.h to IDs_*.h (related: #175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Oct 20, 2023
1 parent 5a8dfb3 commit 0ca1621
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions CommonLibSF/include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
#include "RE/I/IPostAnimationChannelUpdateFunctor.h"
#include "RE/I/IStoreAnimationActions.h"
#include "RE/IDs.h"
#include "RE/IDs_NiRTTI.h"
#include "RE/IDs_RTTI.h"
#include "RE/IDs_VTABLE.h"
#include "RE/M/MagicTarget.h"
#include "RE/M/MemoryManager.h"
#include "RE/M/MenuOpenCloseEvent.h"
Expand All @@ -94,9 +97,6 @@
#include "RE/N/NativeFunctionBase.h"
#include "RE/N/NiPoint3.h"
#include "RE/N/NiSmartPointer.h"
#include "RE/Offsets_NiRTTI.h"
#include "RE/Offsets_RTTI.h"
#include "RE/Offsets_VTABLE.h"
#include "RE/P/PerkRankData.h"
#include "RE/P/PlayerCamera.h"
#include "RE/P/PlayerCharacter.h"
Expand Down
6 changes: 3 additions & 3 deletions CommonLibSF/include/SFSE/Impl/PCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ namespace REL
#include "REL/REL.h"

#include "RE/IDs.h"
#include "RE/Offsets_NiRTTI.h"
#include "RE/Offsets_RTTI.h"
#include "RE/Offsets_VTABLE.h"
#include "RE/IDs_NiRTTI.h"
#include "RE/IDs_RTTI.h"
#include "RE/IDs_VTABLE.h"

#include "RE/F/FormTypes.h"

Expand Down

0 comments on commit 0ca1621

Please sign in to comment.