Mercurial > games > semicongine
view src/window.nim @ 10:0660ba9d1930
did: make it work on windows
author | sam <sam@basx.dev> |
---|---|
date | Sat, 24 Dec 2022 22:32:46 +0700 |
parents | 4ed9cb098315 |
children |
line wrap: on
line source
when defined(linux): import ./platform/linux/xlib export xlib elif defined(windows): import ./platform/windows/win32 export win32