Minor file structure reorganization

This commit is contained in:
mkrsym1 2023-11-16 22:58:31 +02:00
parent 19d6139e13
commit ead6489e63
3 changed files with 5 additions and 3 deletions

View File

@ -9,11 +9,13 @@ sources = [
'src/ace.c',
'src/pe.c',
'src/game.c',
'src/hi3.c',
'src/hsr.c',
'src/utils.c',
'src/msg.c',
'src/tx.c'
'src/tx.c',
'src/hi3/hi3.c',
'src/hsr/hsr.c'
]
if fs.exists('src/core.c')