mysimulation/backup-src/vitaboy.zig
Tony Bark e9d7d736eb
Some checks failed
Build / build (macos-latest) (push) Has been cancelled
Build / build (windows-latest) (push) Has been cancelled
Build / ubuntu-build (push) Has been cancelled
Build / lint (push) Has been cancelled
Restarted Zig project with the new build architecture
- Renamed old src directory as backup-src
2025-02-18 08:02:51 -05:00

3 lines
102 B
Zig

const std = @import("std");
const rl = @import("raylib");
const fh = @import("./io/filehandler.zig");