Mercurial > games > semicongine
comparison src/semicongine.nim @ 357:2942ec187cbe
allow more openArrays, better debug output, better default exports
author | Sam <sam@basx.dev> |
---|---|
date | Sat, 23 Sep 2023 22:10:33 +0700 |
parents | 6dab370d1758 |
children | 857cd931d24b |
comparison
equal
deleted
inserted
replaced
356:befa060d782d | 357:2942ec187cbe |
---|---|
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 |