Skip to content

Commit 2ca315e

Browse files
committed
Fx
1 parent 27856dd commit 2ca315e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.5
2+
- API fix
3+
14
# 1.1.4
25
- Attempt to fix a crash
36

include/CCObject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <Geode/Geode.hpp>
44
#include <Geode/modify/CCObject.hpp>
55
#include <Geode/cocos/cocoa/CCObject.h>
6-
#include "Fields.h"
76

87
#ifdef GEODE_IS_WINDOWS
98
#ifdef ALPHALANEOUS_UTILS_API_EXPORTING

include/Fields.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include <string>
55
#include <functional>
66
#include <Geode/cocos/base_nodes/CCNode.h>
7-
#include "CCObject.h"
8-
#include "NodeModding.h"
97

108
#ifdef GEODE_IS_WINDOWS
119
#ifdef ALPHALANEOUS_UTILS_API_EXPORTING

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "alphalaneous.alphas_geode_utils",
1010
"name": "Alpha's Geode Utils",
11-
"version": "v1.1.4",
11+
"version": "v1.1.5",
1212
"developer": "Alphalaneous",
1313
"description": "Miscellaneous utilities for Geode Modding",
1414
"api": {

src/Fields.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <Geode/Geode.hpp>
22
#include "../include/Fields.h"
3+
#include "../include/CCObject.h"
34

45
using namespace geode::prelude;
56

0 commit comments

Comments
 (0)