Mercurial > games > semicongine
comparison semicongine.nim @ 1193:5aa1184fa5eb compiletime-tests
did: a few more things
author | sam <sam@basx.dev> |
---|---|
date | Mon, 08 Jul 2024 16:15:33 +0700 |
parents | 239adab121a3 |
children | ba1af13233ee |
comparison
equal
deleted
inserted
replaced
1192:90bf0cab1d02 | 1193:5aa1184fa5eb |
---|---|
16 import std/typetraits as typetraits | 16 import std/typetraits as typetraits |
17 | 17 |
18 include semicongine/core | 18 include semicongine/core |
19 include semicongine/events | 19 include semicongine/events |
20 include semicongine/rendering | 20 include semicongine/rendering |
21 | |
22 initVulkan(REQUIRED_PLATFORM_EXTENSIONS) |