.coverage
.flake8
.gitignore
COPILOT_CONTEXT.md
LICENSE
README.md
enter_devenv.sh
pyproject.toml
run_tests.sh
.github/workflows/publish.yml
cs_binding_generator/__init__.py
cs_binding_generator/_version.py
cs_binding_generator/code_generators.py
cs_binding_generator/config.py
cs_binding_generator/constants.py
cs_binding_generator/generator.py
cs_binding_generator/main.py
cs_binding_generator/type_mapper.py
cs_binding_generator.egg-info/PKG-INFO
cs_binding_generator.egg-info/SOURCES.txt
cs_binding_generator.egg-info/dependency_links.txt
cs_binding_generator.egg-info/entry_points.txt
cs_binding_generator.egg-info/requires.txt
cs_binding_generator.egg-info/top_level.txt
docs/ARCHITECTURE.md
docs/INCLUDE_DIRECTORIES.md
docs/MULTI_FILE_OUTPUT.md
docs/RENAMING_EXAMPLE.xml
docs/TROUBLESHOOTING.md
docs/XML_CONFIG.md
test_dotnet/FreeTypeTest/FreeTypeTest.csproj
test_dotnet/FreeTypeTest/bindings.cs
test_dotnet/FreeTypeTest/cs-bindings.xml
test_dotnet/FreeTypeTest/freetype.cs
test_dotnet/LibtcodTest/LibtcodTest.csproj
test_dotnet/LibtcodTest/SDL3.cs
test_dotnet/LibtcodTest/bindings.cs
test_dotnet/LibtcodTest/cs-bindings.xml
test_dotnet/LibtcodTest/libtcod.cs
test_dotnet/SDL3Test/SDL3.cs
test_dotnet/SDL3Test/SDL3Test.csproj
test_dotnet/SDL3Test/SDL3Test.sln
test_dotnet/SDL3Test/bindings.cs
test_dotnet/SDL3Test/cs-bindings.xml
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/test_cli.py
tests/test_cli_extended.py
tests/test_code_generators.py
tests/test_defines.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_flag_enums.py
tests/test_generator.py
tests/test_multi_file_deduplication.py
tests/test_opaque_typedef_underlying.py
tests/test_removal.py
tests/test_renaming.py
tests/test_type_mapper.py
tests/test_type_mapping_extended.py
tests/test_variadic_functions.py
tests/test_xml_config.py