mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
15 lines
209 B
C++
15 lines
209 B
C++
#pragma once
|
|
|
|
#include <dlfcn.h>
|
|
#include "ItaniumCast.hpp"
|
|
|
|
namespace geode {
|
|
struct PlatformInfo {
|
|
void* m_so;
|
|
};
|
|
}
|
|
|
|
namespace geode::base {
|
|
/*GEODE_NOINLINE inline*/ uintptr_t get();
|
|
}
|
|
|