geode/loader/include/Geode/Bindings.hpp
2022-10-30 21:59:20 +03:00

25 lines
589 B
C++

#pragma once
#ifdef _MSC_VER
#pragma warning(disable : 4251) // dll-interface
#pragma warning(disable : 4099) // type first seen as 'class'
#pragma warning(disable : 4584) // CCKeyboardDelegate included twice in UILayer
#endif
#include "Enums.hpp"
#include <Geode/DefaultInclude.hpp>
#include <Geode/utils/addresser.hpp>
#include <cocos-ext.h>
#include <cocos2d.h>
#include <fmod.hpp>
#include <stdint.h>
#include <type_traits>
#include <unordered_map>
namespace geode::core::meta {}
#define CLASSPARAM(...)
#define STRUCTPARAM(...)
#include <Geode/GeneratedBinding.hpp>