implement game configuration file
this integrates https://github.com/cktan/tomlc99 into the repo as a dependency
This commit is contained in:
1
third-party/tomlc99/test1/extra/array_of_tables.toml
vendored
Normal file
1
third-party/tomlc99/test1/extra/array_of_tables.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
x = [ {'a'= 1}, {'a'= 2} ]
|
1
third-party/tomlc99/test1/extra/inline_array.toml
vendored
Normal file
1
third-party/tomlc99/test1/extra/inline_array.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
x = [1,2,3]
|
1
third-party/tomlc99/test1/extra/inline_table.toml
vendored
Normal file
1
third-party/tomlc99/test1/extra/inline_table.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
x = {'a'= 1, 'b'= 2 }
|
Reference in New Issue
Block a user