First commit

This commit is contained in:
2025-01-15 19:42:35 +01:00
committed by andreas
commit 6e1a5f9fe5
18475 changed files with 3309357 additions and 0 deletions
@@ -0,0 +1,25 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl_display_IGraphicsFill
#define INCLUDED_openfl_display_IGraphicsFill
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(openfl,display,IGraphicsFill)
namespace openfl{
namespace display{
class HXCPP_CLASS_ATTRIBUTES IGraphicsFill_obj {
public:
typedef hx::Object super;
HX_DO_INTERFACE_RTTI;
};
} // end namespace openfl
} // end namespace display
#endif /* INCLUDED_openfl_display_IGraphicsFill */