10 lines
255 B
Haxe
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() {}
|
|
}
|