We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f71d6 commit dcde6e5Copy full SHA for dcde6e5
1 file changed
src/main.cpp
@@ -4,7 +4,7 @@
4
#include <Geode/modify/GameManager.hpp>
5
#include <Geode/modify/CCTextInputNode.hpp>
6
7
-using namespace geode::prelude
+using namespace geode::prelude;
8
9
class $modify(cocos2d::CCDrawNode) { // This enables a solid wave trail, credits to Prism Menu for the code.
10
bool drawPolygon(cocos2d::CCPoint *p0, unsigned int p1, const cocos2d::ccColor4F &p2, float p3, const cocos2d::ccColor4F &p4) {
0 commit comments