forked from LeenkxTeam/LNXSDK
16 lines
172 B
Haxe
16 lines
172 B
Haxe
package kha.audio2.ogg.vorbis.data;
|
|
|
|
/**
|
|
* ...
|
|
* @author shohei909
|
|
*/
|
|
class IntPoint
|
|
{
|
|
public var x:Int;
|
|
public var y:Int;
|
|
|
|
public function new() {
|
|
|
|
}
|
|
}
|