Mercurial > games > semicongine
view src/semicongine/platform/window.nim @ 789:fca6f069d59e
did: some cleanup
author | Sam <sam@basx.dev> |
---|---|
date | Fri, 25 Aug 2023 01:14:04 +0700 |
parents | d236692d6d36 |
children |
line wrap: on
line source
when defined(linux): include ./linux/window elif defined(windows): include ./windows/window export window