Module resource_loader

Procs

proc loadInteractive*(path: string; typeHint: string = ""): ResourceInteractiveLoader {.
gcsafe, locks: 0
.}
proc load*(path: string; typeHint: string = ""; pNoCache: bool = false): Resource {.
gcsafe, locks: 0
.}
proc getRecognizedExtensionsForType*(typee: string): PoolStringArray {.
gcsafe, locks: 0
.}
proc setAbortOnMissingResources*(abort: bool) {.
gcsafe, locks: 0
.}
proc getDependencies*(path: string): PoolStringArray {.
gcsafe, locks: 0
.}
proc has*(path: string): bool {.
gcsafe, locks: 0
.}