2
1
Fork 0
mirror of https://git.sr.ht/~kikoodx/kble synced 2021-03-14 11:35:18 +01:00
kble/src/raylib.zig
2021-02-25 22:58:39 +01:00

5 lines
100 B
Zig

/// Simplest imaginable raylib wrapper
pub usingnamespace @cImport({
@cInclude("raylib.h");
});