mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix pch
This commit is contained in:
parent
c0514b1915
commit
61b80a0114
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include "CopyButtonSetting.hpp"
|
#include "CopyButtonSetting.hpp"
|
||||||
#include <Geode/loader/Mod.hpp>
|
#include <Geode/loader/Mod.hpp>
|
||||||
|
#include <Geode/ui/Notification.hpp>
|
||||||
|
|
||||||
$on_mod(Loaded) {
|
$on_mod(Loaded) {
|
||||||
(void)Mod::get()->registerCustomSettingType("copy-mods", &CopyButtonSetting::parse);
|
(void)Mod::get()->registerCustomSettingType("copy-mods", &CopyButtonSetting::parse);
|
||||||
|
|
Loading…
Reference in a new issue