geode/loader/include/Geode/meta/meta.hpp

21 lines
442 B
C++
Raw Normal View History

2022-07-30 12:24:03 -04:00
#ifndef GEODE_CORE_META_META_HPP
#define GEODE_CORE_META_META_HPP
#include "callconv.hpp"
#include "common.hpp"
#include "function.hpp"
#include "preproc.hpp"
#include "defaultconv.hpp"
namespace geode::core::meta {}
namespace geode::core::meta::x86 {}
#if defined(GEODE_IS_WINDOWS)
#include "cdecl.hpp"
#include "membercall.hpp"
#include "optcall.hpp"
#include "thiscall.hpp"
#endif
#endif /* GEODE_CORE_META_META_HPP */