26 lines
		
	
	
		
			482 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			482 B
		
	
	
	
		
			C++
		
	
	
	
	
	
// Generated by Haxe 4.0.5
 | 
						|
#ifndef INCLUDED_openfl_display_IGraphicsStroke
 | 
						|
#define INCLUDED_openfl_display_IGraphicsStroke
 | 
						|
 | 
						|
#ifndef HXCPP_H
 | 
						|
#include <hxcpp.h>
 | 
						|
#endif
 | 
						|
 | 
						|
HX_DECLARE_CLASS2(openfl,display,IGraphicsStroke)
 | 
						|
 | 
						|
namespace openfl{
 | 
						|
namespace display{
 | 
						|
 | 
						|
 | 
						|
class HXCPP_CLASS_ATTRIBUTES IGraphicsStroke_obj {
 | 
						|
	public:
 | 
						|
		typedef hx::Object super;
 | 
						|
		HX_DO_INTERFACE_RTTI;
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
} // end namespace openfl
 | 
						|
} // end namespace display
 | 
						|
 | 
						|
#endif /* INCLUDED_openfl_display_IGraphicsStroke */ 
 |