geode/loader/include/Geode/Bindings.hpp

26 lines
580 B
C++
Raw Normal View History

2022-07-30 12:24:03 -04:00
#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 <Geode/DefaultInclude.hpp>
#include <cocos-ext.h>
#include <cocos2d.h>
#include <fmod.hpp>
#include <stdint.h>
#include <type_traits>
#include <unordered_map>
#include <Geode/utils/addresser.hpp>
2022-10-13 05:56:23 -04:00
#include "Enums.hpp"
2022-07-30 12:24:03 -04:00
namespace geode::core::meta {}
#define CLASSPARAM(...)
#define STRUCTPARAM(...)
2022-10-13 04:31:23 -04:00
#include <codegenned/GeneratedBinding.hpp>