sdl3/sdl3.main.scm

7 lines
129 B
Scheme
Raw Normal View History

2024-09-28 00:46:33 +00:00
(module (sdl3 main)
()
2024-09-22 21:46:26 +00:00
(import (scheme)
(chicken base))
(begin
(include-relative "lib/sdl3-main-impl.scm")))