mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-16 06:55:04 -04:00
remove link from platform toolbox
This commit is contained in:
parent
3559064b45
commit
887f82fc1d
2 changed files with 0 additions and 2 deletions
|
@ -4674,7 +4674,6 @@ class PlatformDownloadDelegate {
|
|||
virtual void downloadFailed(char const*) {}
|
||||
}
|
||||
|
||||
[[link(android)]]
|
||||
class PlatformToolbox {
|
||||
static void hideCursor() = mac 0x27c340;
|
||||
static void showCursor() = mac 0x27c360;
|
||||
|
|
|
@ -112,7 +112,6 @@ std::string generateAddressHeader(Root const& root) {
|
|||
continue;
|
||||
}
|
||||
|
||||
|
||||
if (codegen::getStatus(field) == BindStatus::NeedsBinding || codegen::platformNumber(field)) {
|
||||
if (is_cocos_class(field.parent) && codegen::platform == Platform::Windows) {
|
||||
address_str = fmt::format("base::getCocos() + 0x{:x}", codegen::platformNumber(fn->binds));
|
||||
|
|
Loading…
Add table
Reference in a new issue