view semiconginev2/old/platform/window.nim @ 1223:55896320c8bf compiletime-tests

fix: references to new package not updated
author sam <sam@basx.dev>
date Wed, 17 Jul 2024 21:13:54 +0700
parents 56781cc0fc7c
children
line wrap: on
line source

when defined(linux):
  include ./linux/window
elif defined(windows):
  include ./windows/window

export window