Skip to content

Commit

Permalink
fix ccmenuitemsprite virtuals
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 1, 2023
1 parent c4af616 commit 877b644
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions loader/include/Geode/platform/android.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <dlfcn.h>

#include "ItaniumCast.hpp"

namespace geode {
struct PlatformInfo {
void* m_so;
Expand All @@ -11,11 +13,3 @@ namespace geode {
namespace geode::base {
/*GEODE_NOINLINE inline*/ uintptr_t get();
}

namespace geode::cast {
template <class After, class Before>
After typeinfo_cast(Before ptr) {
// yall have symbols smh
return dynamic_cast<After>(ptr);
}
}

0 comments on commit 877b644

Please sign in to comment.