Implement table saving functionality

This commit is contained in:
mkrsym1
2023-08-04 22:55:10 +03:00
parent 7eac309372
commit 400729a3dc
6 changed files with 56 additions and 7 deletions

View File

@ -37,4 +37,4 @@ void tx_table_file(struct game_data *game, wchar_t *buf) {
UnmapViewOfFile(baseMap);
CloseHandle(hBaseMap);
CloseHandle(baseFile);
}
}