gutter_runner/game/fs_web.odin

7 lines
129 B
Odin

#+build js
package game
path_abs :: proc(path: string, allocator := context.allocator) -> (string, bool) {
return path, true
}