# Functions
GetGame gets the game information from the DB.
GetGameList gets the game information from the DB.
IsUp returns if thegamedb.net is up.
# Structs
Game is used to parse the GetGame's <Game> tag.
GameTrunc is used to parse the GetGamesList's <Game> tag.
GGLReq represents a request for a GetGameList command.
GGLResp represents the response of a GetGameList command.
GGReq is the request to GetGame.
GGResp is the response of the GetGame query.
Image is used to parse the GetGame's <Images> tags.
OImage is used to parse <Images> tags for fanart and screenshots since they are formatted differently.