gutter_runner/game/assets/watcher.odin

11 lines
155 B
Odin

package assets
import "common:name"
import "libs:physfs"
Watcher_Asset :: struct {
type: Asset_Type,
path: name.Name,
modtime: physfs.sint64,
}