First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 6e1a5f9fe5
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_lime__internal_macros_AssetsMacro
#define INCLUDED_lime__internal_macros_AssetsMacro
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(lime,_internal,macros,AssetsMacro)
namespace lime{
namespace _internal{
namespace macros{
class HXCPP_CLASS_ATTRIBUTES AssetsMacro_obj : public hx::Object
{
public:
typedef hx::Object super;
typedef AssetsMacro_obj OBJ_;
AssetsMacro_obj();
public:
enum { _hx_ClassId = 0x33f7615b };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="lime._internal.macros.AssetsMacro")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,false,"lime._internal.macros.AssetsMacro"); }
inline static hx::ObjectPtr< AssetsMacro_obj > __new() {
hx::ObjectPtr< AssetsMacro_obj > __this = new AssetsMacro_obj();
__this->__construct();
return __this;
}
inline static hx::ObjectPtr< AssetsMacro_obj > __alloc(hx::Ctx *_hx_ctx) {
AssetsMacro_obj *__this = (AssetsMacro_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(AssetsMacro_obj), false, "lime._internal.macros.AssetsMacro"));
*(void **)__this = AssetsMacro_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~AssetsMacro_obj();
HX_DO_RTTI_ALL;
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("AssetsMacro",69,74,4e,d6); }
};
} // end namespace lime
} // end namespace _internal
} // end namespace macros
#endif /* INCLUDED_lime__internal_macros_AssetsMacro */