#pragma once struct Location { const char* system; const char* constellation; const char* region; };