#pragma once struct Owner { const char* character; const char* corporation; const char* alliance; const char* faction; };