Mercurial > games > semicongine
diff src/semicongine.nim @ 167:4d4f7a2eb6ca
add: initial implementation of audio subsystem with mixer, currently missing windows implementation
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 01 May 2023 01:15:39 +0700 |
parents | 9901ec3831d1 |
children | 659992f14dd6 |
line wrap: on
line diff
--- a/src/semicongine.nim Sun Apr 30 01:02:33 2023 +0700 +++ b/src/semicongine.nim Mon May 01 01:15:39 2023 +0700 @@ -1,3 +1,4 @@ +import semicongine/audio import semicongine/color import semicongine/config import semicongine/engine @@ -10,6 +11,7 @@ import semicongine/platform/window import semicongine/vulkan +export audio export color export config export engine