From 74ff50c5ca343b5829287f6e7ee2b916aa29720e Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:11:53 +0100 Subject: reorganise files Sort out code/source files that were mixed with other repository files. No new functional changes. --- Core/GameInfo/gameinfostructure.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Core/GameInfo/gameinfostructure.h (limited to 'Core/GameInfo/gameinfostructure.h') diff --git a/Core/GameInfo/gameinfostructure.h b/Core/GameInfo/gameinfostructure.h deleted file mode 100644 index b73e9ef..0000000 --- a/Core/GameInfo/gameinfostructure.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef STRUCTGAMEINFO_H -#define STRUCTGAMEINFO_H - -#include - -struct GameInfo -{ - // gamename is the unique identifier - QString gamename; - - // 6-byte GameSpy identifier - QString cipher; - - // game label - QString label; - - // default port - unsigned short port = 0; - - // known protocol - QString protocol; -}; - -#endif // STRUCTGAMEINFO_H -- cgit v1.2.3