2025-01-22 16:18:30 +01:00

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
{
}