Project

General

Profile

Defect #743 » sdl3linux.cpp

Expect linuxlib.hpp to be in the path - Runar Tenfjord, 27 February 2026 17:38

 
#include "linuxlib.hpp"
LIBRARY (sdl3, "libSDL3.so")
#define SDL3FUNCTION(name, parameters) FUNCTION (sdl3, name, parameters)
SDL3FUNCTION (SDL_sin, 1)
SDL3FUNCTION (SDL_sinf, 1)
(1-1/2)