Skip to content

Commit

Permalink
test (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama authored Dec 21, 2023
2 parents a6ae09e + 09d0109 commit ddf2764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ EXTERN_C [[maybe_unused]] __declspec(dllexport) constinit auto SKSEPlugin_Versio
return v;
}();

EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI SKSEPlugin_Query(const SKSE::QueryInterface* a_skse,
SKSE::PluginInfo* pluginInfo) {
EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI
SKSEPlugin_Query(const SKSE::QueryInterface* a_skse, SKSE::PluginInfo* pluginInfo) {
pluginInfo->name = SKSEPlugin_Version.pluginName;
pluginInfo->infoVersion = SKSE::PluginInfo::kVersion;
pluginInfo->version = SKSEPlugin_Version.pluginVersion;
Expand Down
4 changes: 2 additions & 2 deletions src/setting/config_setting.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ namespace setting {
void load_all_thane_setting_files();
void load_all_player_setting_files();

menu_data::menu_type get_next_menu_type(menu_data::menu_type a_menu);
menu_data::menu_type get_previous_menu_type(menu_data::menu_type a_menu);
[[maybe_unused]] menu_data::menu_type get_next_menu_type(menu_data::menu_type a_menu);
[[maybe_unused]] menu_data::menu_type get_previous_menu_type(menu_data::menu_type a_menu);
std::string get_next_menu_name(menu_data::menu_type a_menu);
std::string get_previous_menu_name(menu_data::menu_type a_menu);
std::map<RE::FormID, faction_data*> get_faction_data();
Expand Down

0 comments on commit ddf2764

Please sign in to comment.