Move some files around to where they should be

This commit is contained in:
2026-02-14 12:49:57 -07:00
parent 105913503c
commit 70433b76ab
18 changed files with 21 additions and 21 deletions

15
src/types/GameVersion.ts Normal file
View File

@@ -0,0 +1,15 @@
export interface GameVersion {
id: string
displayName: string
releaseDate: number
game: number
downloadUrl: string
executable: string
sha512sum: string
size: number
place: number
changelog: string
wine: number | undefined
category: number
lastRevision: number
}