Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Oct 3, 2024
1 parent 6600658 commit 658a259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/sourcelist.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,7 @@ set(SOURCES
include/RE/Q/QuestEvents.h
include/RE/Q/QuestObjectiveStates.h
include/RE/Q/QuestStatus.h
include/RE/Q/QuickSaveLoadHandler.h
include/RE/R/REFREventCallbacks.h
include/RE/R/RaceSexCamera.h
include/RE/R/RaceSexMenu.h
Expand Down
2 changes: 1 addition & 1 deletion include/RE/Q/QuickSaveLoadHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace RE
inline static constexpr auto RTTI = RTTI_QuickSaveLoadHandler;
inline static constexpr auto VTABLE = VTABLE_QuickSaveLoadHandler;

virtual ~QuickSaveLoadHandler() = default; // 00
virtual ~QuickSaveLoadHandler() = default; // 00

bool CanProcess(InputEvent* a_event) override; // 01
bool ProcessKinect(KinectEvent* a_event) override; // 02
Expand Down
1 change: 1 addition & 0 deletions include/RE/Skyrim.h
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@
#include "RE/Q/QuestEvents.h"
#include "RE/Q/QuestObjectiveStates.h"
#include "RE/Q/QuestStatus.h"
#include "RE/Q/QuickSaveLoadHandler.h"
#include "RE/R/REFREventCallbacks.h"
#include "RE/R/RaceSexCamera.h"
#include "RE/R/RaceSexMenu.h"
Expand Down

0 comments on commit 658a259

Please sign in to comment.