Skip to content

Commit e15c6c1

Browse files
committed
pugi::xml_node bindings
1 parent dd586e1 commit e15c6c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5940,7 +5940,6 @@ class pugi::xml_document : pugi::xml_node {
59405940

59415941
[[link(android)]]
59425942
class pugi::xml_node {
5943-
// i'm not bothering
5944-
xml_node() = inline;
5943+
xml_node() = win 0x724f0, m1 0x55ccd4, imac 0x63b3c0, ios 0x3ab440;
59455944
}
59465945

scripts/ghidra/SyncBromaScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ private void handleImport() throws Exception {
579579
// CCLightning is in the Geometry Dash binary, but it is only in Cocos2d.bro
580580
if (
581581
(args.platform == Platform.WINDOWS32 || args.platform == Platform.WINDOWS64) &&
582-
cls.name.value.startsWith("cocos2d::") && !cls.name.value.equals("cocos2d::CCLightning")
582+
((cls.name.value.startsWith("cocos2d::") && !cls.name.value.equals("cocos2d::CCLightning")) || cls.name.value.startsWith("pugi::"))
583583
) {
584584
continue;
585585
}

0 commit comments

Comments
 (0)