forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Sources/kha/Resource.hx
Normal file
12
Kha/Sources/kha/Resource.hx
Normal file
@ -0,0 +1,12 @@
|
||||
package kha;
|
||||
|
||||
/**
|
||||
* Interface representing a generic application resource.
|
||||
* It can go from images, to sound or music, videos or blobs.
|
||||
*/
|
||||
interface Resource {
|
||||
/**
|
||||
* Unload the resource from memory. Normally called by the Loader.
|
||||
*/
|
||||
function unload(): Void;
|
||||
}
|
Reference in New Issue
Block a user