Skip to content

Commit

Permalink
Adding BSML Features
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmikuu committed Aug 13, 2024
1 parent 70b1544 commit 7d134f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
#include "beatsaber-hook/shared/utils/il2cpp-functions.hpp"
#include "beatsaber-hook/shared/utils/logging.hpp"

#include "HMUI/ViewController.hpp"
#include "HMUI/Touchable.hpp"
#include "bsml/shared/BSML.hpp"

#include "config.hpp"

void DidActivate(HMUI::ViewController* self, bool firstActivation, bool addedToHierarchy, bool screenSystemEnabling);

/// @brief Stores the ID and version of our mod, and is sent to the modloader upon startup
modloader::ModInfo modInfo{MOD_ID, VERSION, 0};

Expand Down

0 comments on commit 7d134f8

Please sign in to comment.