Atlas - main.swift

Home / ext / SDL / cmake / test Lines: 1 | Size: 270 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1/* Contributed by Piotr Usewicz (https://github.com/pusewicz) */ 2 3import SDL3 4 5guard SDL_Init(SDL_INIT_VIDEO) else { 6 fatalError("SDL_Init error: \(String(cString: SDL_GetError()))") 7} 8 9var sdlVersion = SDL_GetVersion() 10 11print("SDL version: \(sdlVersion)") 12 13SDL_Quit() 14
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.