geode/loader/include/Geode/Bindings.hpp

26 lines
589 B
C++
Raw Normal View History

2022-10-30 21:59:20 +03:00
#pragma once
2022-07-30 19:24:03 +03:00
#ifdef _MSC_VER
2022-10-30 21:59:20 +03:00
#pragma warning(disable : 4251) // dll-interface
#pragma warning(disable : 4099) // type first seen as 'class'
#pragma warning(disable : 4584) // CCKeyboardDelegate included twice in UILayer
2022-07-30 19:24:03 +03:00
#endif
2022-10-30 21:59:20 +03:00
#include "Enums.hpp"
2022-07-30 19:24:03 +03:00
2022-10-30 21:59:20 +03:00
#include <Geode/DefaultInclude.hpp>
#include <Geode/utils/addresser.hpp>
2022-07-30 19:24:03 +03:00
#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>