First commit
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user