Skip to content

Commit d6e8771

Browse files
committed
oop
1 parent d17cc98 commit d6e8771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/UI/SwelvyBG.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "SwelvyBG.hpp"
1+
/*#include "SwelvyBG.hpp"
22
#include <Geode/loader/Mod.hpp>
33
#include <Geode/utils/random.hpp>
44
#include <RealtimeAction.hpp>
@@ -137,4 +137,4 @@ void SwelvyBG::animateInAll()
137137
138138
left = !left;
139139
}
140-
}
140+
}*/

src/UI/SwelvyBG.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma once
1+
/*#pragma once
22
33
#include <Geode/ui/General.hpp>
44
#include <Geode/utils/ColorProvider.hpp>
@@ -18,4 +18,4 @@ class SwelvyBG : public CCNodeRGBA {
1818
1919
public:
2020
static SwelvyBG* create();
21-
};
21+
};*/

0 commit comments

Comments
 (0)