Mercurial > games > semicongine
comparison semicongine.nim @ 1201:d4a206b5e5b0 compiletime-tests
add: rest of the cleanup stuff
author | sam <sam@basx.dev> |
---|---|
date | Sun, 14 Jul 2024 21:30:52 +0700 |
parents | ba1af13233ee |
children | 04e446a7eb2b |
comparison
equal
deleted
inserted
replaced
1200:5c6491f28dcd | 1201:d4a206b5e5b0 |
---|---|
12 import std/random | 12 import std/random |
13 import std/sequtils | 13 import std/sequtils |
14 import std/strformat | 14 import std/strformat |
15 import std/strutils | 15 import std/strutils |
16 import std/tables | 16 import std/tables |
17 import std/typetraits as typetraits | 17 import std/typetraits |
18 | 18 |
19 include ./semicongine/rendering/vulkan/api | 19 include ./semicongine/rendering/vulkan/api |
20 include ./semicongine/core | 20 include ./semicongine/core |
21 | 21 |
22 include ./semicongine/events | 22 include ./semicongine/events |