Initial commit

This commit is contained in:
Lauri Räsänen 2024-04-25 03:33:15 +03:00
commit e3a24cdd59
13 changed files with 1740 additions and 0 deletions

12
meson.options Normal file
View file

@ -0,0 +1,12 @@
option(
'engine',
description: 'The engine version to target',
type: 'string',
value: 'tf2'
)
option(
'arch',
description: 'The architecture to target',
type: 'string',
value: 'x86'
)