Skip to content

Commit

Permalink
update editor level id api mod id
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 2, 2024
1 parent e2e5a70 commit f0b35b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"importance": "required"
},
{
"id": "cvolton.editor-ids",
"id": "cvolton.level-id-api",
"version": "v1.0.0-beta.1",
"importance": "required"
}
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/GJLevelList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "../utils.hpp"

#include <cvolton.editor-ids/include/EditorIDs.hpp>
#include <cvolton.level-id-api/include/EditorIDs.hpp>

using namespace geode::prelude;

Expand Down
2 changes: 1 addition & 1 deletion src/managers/BetterInfoStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "../utils.hpp"

#include <fmt/format.h>
#include <cvolton.editor-ids/include/EditorIDs.hpp>
#include <cvolton.level-id-api/include/EditorIDs.hpp>

bool BetterInfoStats::init(){
bool init = CCNode::init();
Expand Down

0 comments on commit f0b35b7

Please sign in to comment.