forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Sources/kha/audio2/ogg/vorbis/data/IntPoint.hx
Normal file
15
Kha/Sources/kha/audio2/ogg/vorbis/data/IntPoint.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package kha.audio2.ogg.vorbis.data;
|
||||
|
||||
/**
|
||||
* ...
|
||||
* @author shohei909
|
||||
*/
|
||||
class IntPoint
|
||||
{
|
||||
public var x:Int;
|
||||
public var y:Int;
|
||||
|
||||
public function new() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user