kble/src/raylib.zig

5 lines
100 B
Zig

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