// Generated by Haxe 4.3.3
#ifndef INCLUDED_haxe_EntryPoint
#define INCLUDED_haxe_EntryPoint
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(haxe,EntryPoint)
namespace haxe{
class HXCPP_CLASS_ATTRIBUTES EntryPoint_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef EntryPoint_obj OBJ_;
EntryPoint_obj();
public:
enum { _hx_ClassId = 0x7dc0c864 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="haxe.EntryPoint")
{ 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,"haxe.EntryPoint"); }
inline static ::hx::ObjectPtr< EntryPoint_obj > __new() {
::hx::ObjectPtr< EntryPoint_obj > __this = new EntryPoint_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< EntryPoint_obj > __alloc(::hx::Ctx *_hx_ctx) {
EntryPoint_obj *__this = (EntryPoint_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(EntryPoint_obj), false, "haxe.EntryPoint"));
*(void **)__this = EntryPoint_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~EntryPoint_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("EntryPoint",9e,d2,23,a2); }
static void run();
static ::Dynamic run_dyn();
};
} // end namespace haxe
#endif /* INCLUDED_haxe_EntryPoint */