From c0947265e0be7081c066e7fb1f6052bbdbef15fd Mon Sep 17 00:00:00 2001
From: dankmeme01 <42031238+dankmeme01@users.noreply.github.com>
Date: Wed, 27 Sep 2023 00:22:35 +0200
Subject: [PATCH] add GJAccountManager::getGJP

i didn't find either of those but thanks Coloride for win and Firee for mac
---
 bindings/GeometryDash.bro | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro
index dd72341d..f174b9a1 100644
--- a/bindings/GeometryDash.bro
+++ b/bindings/GeometryDash.bro
@@ -1795,6 +1795,7 @@ class GJAccountLoginDelegate {
 
 class GJAccountManager : cocos2d::CCNode {
     static GJAccountManager* sharedState() = mac 0x85070, win 0x107d50;
+    gd::string getGJP() = mac 0x89520, win 0x10abb0;
 
     PAD = mac 0x8, win 0x4;
     gd::string m_password;