sorry for the 0 people who were including these headers manually

This commit is contained in:
altalk23 2024-02-25 10:53:52 +03:00
parent 1d444ed05e
commit 0e1b0e4b91
2 changed files with 0 additions and 19 deletions

View file

@ -1,11 +0,0 @@
#pragma once
#include <Geode/utils/Result.hpp>
#include <tulip/TulipHook.hpp>
namespace geode::modifier {
// template <uint32_t Id>
// GEODE_HIDDEN uintptr_t address();
// Result<tulip::hook::HandlerMetadata> handlerMetadataForAddress(uintptr_t address);
}

View file

@ -1,8 +0,0 @@
#pragma once
#include <Geode/Bindings.hpp>
namespace geode::modifier {
// struct types {
// #include <Geode/GeneratedType.hpp>
// };
}