Files
dcb/.gitignore
Filipe Rodrigues 21c2019713 Modified DataTable and FuncTable to dynamically load the known functions instead of describing them in code.
Removed unecessary dependencies for `dcb` and `dcb-tools`.
`dcb::game::exe::Pos` is now deserialized properly as a hex-string.
2020-11-01 04:01:11 +00:00

19 lines
241 B
Plaintext

# Project
/resources/*
!/resources/tables.txt
!/resources/extract_data.c
!/resources/get_tables.c
!/resources/index.c
!/resources/known_data.yaml
!/resources/known_funcs.yaml
# Cargo
/target
/Cargo.lock
# Ides
/.vscode
# Logs
/latest.log