10 lines
266 B
Haxe
Executable File
10 lines
266 B
Haxe
Executable File
package externs;
|
|
|
|
// This class acts as a container for the Rectangle implementation, which will get included
|
|
// in the cpp file, and therfore get compiled and linked with the correct flags
|
|
@:cppInclude("./RectangleImpl.cpp")
|
|
@:keep
|
|
class RectangleApi
|
|
{
|
|
}
|