Fix vehicle type override

This commit is contained in:
Gent
2020-09-17 12:59:30 -04:00
parent b929d12902
commit d1c5e272a8
3 changed files with 23 additions and 2 deletions

View File

@@ -4,4 +4,6 @@
namespace TableData {
void init();
void cleanup();
int getItemType(int);
}