sdl3.c3l/sdl3_stdinc.c3i

8 lines
155 B
Plaintext
Raw Permalink Normal View History

2025-05-20 21:43:18 +02:00
module sdl3::sdl;
const float FLT_EPSILON = 1.1920928955078125e-07;
alias FunctionPointer = fn void();
const ushort INVALID_UNICODE_CODEPOINT = 0xFFFD;