Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 12acf2a commit a7cc0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/G/GameSettingCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace RE

[[nodiscard]] Setting* GetSetting(const char* a_name)
{
using func_t = Setting*(*)(GameSettingCollection*, const char*);
using func_t = Setting* (*)(GameSettingCollection*, const char*);
static REL::Relocation<func_t> func{ ID::GameSettingCollection::GetSetting };
return func(this, a_name);
}
Expand Down
2 changes: 1 addition & 1 deletion include/RE/Starfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include "RE/A/AIProcess.h"
#include "RE/A/AVMData.h"
#include "RE/A/Actor.h"
#include "RE/A/ActorUtils.h"
#include "RE/A/ActorEquipManager.h"
#include "RE/A/ActorPackage.h"
#include "RE/A/ActorState.h"
#include "RE/A/ActorUtils.h"
#include "RE/A/ActorValueInfo.h"
#include "RE/A/ActorValueOwner.h"
#include "RE/A/ActorValueStorage.h"
Expand Down

0 comments on commit a7cc0af

Please sign in to comment.