Mercurial > games > semicongine
comparison src/semicongine.nim @ 818:2fb719f13a98
allow more openArrays, better debug output, better default exports
author | Sam <sam@basx.dev> |
---|---|
date | Sat, 23 Sep 2023 22:10:33 +0700 |
parents | 893ec0fbfd44 |
children | 857cd931d24b |
comparison
equal
deleted
inserted
replaced
817:72913d68c07b | 818:2fb719f13a98 |
---|---|
1 import std/tables | |
2 export tables # necessary to use some features without weird compilation error | |
3 | |
1 import semicongine/core | 4 import semicongine/core |
2 export core | 5 export core |
3 | 6 |
4 import semicongine/audio | 7 import semicongine/audio |
5 import semicongine/animation | 8 import semicongine/animation |