1 2 3 4 5 6 7 8
//! Imports the csfml c headers pub const c = @cImport({ @cInclude("SFML/Graphics.h"); @cInclude("SFML/Window.h"); @cInclude("SFML/System.h"); @cInclude("SFML/Audio.h"); });