Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/native/externs/RectangleApi.hx
2026-05-22 11:54:15 -07: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
{
}