geode/loader/include/Geode/Bindings.hpp

24 lines
563 B
C++
Raw Normal View History

2022-10-30 14:59:20 -04:00
#pragma once
2022-07-30 12:24:03 -04:00
#ifdef _MSC_VER
2022-10-30 14:59:20 -04: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 12:24:03 -04:00
#endif
2024-05-26 09:54:37 -04:00
#include <Geode/Enums.hpp>
2022-07-30 12:24:03 -04:00
2022-10-30 14:59:20 -04:00
#include <Geode/DefaultInclude.hpp>
#include <Geode/utils/addresser.hpp>
2022-07-30 12:24:03 -04:00
#include <cocos-ext.h>
#include <cocos2d.h>
#include <fmod.hpp>
#include <stdint.h>
#include <type_traits>
#include <unordered_map>
#define CLASSPARAM(...)
#define STRUCTPARAM(...)
#include <Geode/GeneratedBinding.hpp>