Hi all, another basic question. I'm trying to import a Struct from another file, and access the member methods to run a simple game loop.
At the moment this is an empty struct, but it doesn't seem to be importing, and any attempt at interacting with the struct instance results in an error.
What syntax am I missing?
main.zig and game.zig code screenshots attached.