Mercurial > games > semicongine
view src/window.nim @ 8:1134f41a49e9
add: a few missing changes
| author | Sam <sam@basx.dev> |
|---|---|
| date | Thu, 22 Dec 2022 19:35:54 +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
