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

10 lines
255 B
Haxe

package kha.kore.graphics4;
@:headerCode("
#include <kinc/graphics4/constantlocation.h>
")
@:headerClassCode("kinc_g4_constant_location_t location;")
class ConstantLocation implements kha.graphics4.ConstantLocation {
public function new() {}
}