We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17cc98 commit d6e8771Copy full SHA for d6e8771
src/UI/SwelvyBG.cpp
@@ -1,4 +1,4 @@
1
-#include "SwelvyBG.hpp"
+/*#include "SwelvyBG.hpp"
2
#include <Geode/loader/Mod.hpp>
3
#include <Geode/utils/random.hpp>
4
#include <RealtimeAction.hpp>
@@ -137,4 +137,4 @@ void SwelvyBG::animateInAll()
137
138
left = !left;
139
}
140
-}
+}*/
src/UI/SwelvyBG.hpp
-#pragma once
+/*#pragma once
#include <Geode/ui/General.hpp>
#include <Geode/utils/ColorProvider.hpp>
@@ -18,4 +18,4 @@ class SwelvyBG : public CCNodeRGBA {
18
19
public:
20
static SwelvyBG* create();
21
-};
+};*/
0 commit comments