Skip to content
anthony.samms edited this page May 28, 2026 · 1 revision

Instead of using the raylib functions directly, it is interfaced in the ray:: namespace. So all functions must be called such as ray::InitWindow() instead of InitWindow().

Clone this wiki locally