Move file versioning functions out of DatabaseInterface

They don't need to be member functions, and needing a pointer to an
instance of that interface is awkward.

The function names have also changed to reflect that they're not
specific to the masterlists.
This commit is contained in:
Oliver Hamlet
2021-09-23 13:31:34 +01:00
parent 5ce0df0f03
commit e5a229e09f
10 changed files with 295 additions and 248 deletions
+6
View File
@@ -33,6 +33,12 @@ Functions
.. doxygenfunction:: loot::CreateGameHandle
.. doxygenfunction:: loot::UpdateFile
.. doxygenfunction:: loot::GetFileRevision
.. doxygenfunction:: loot::IsLatestFile
Interfaces
==========