#ifndef __highscores_h__ #define __highscores_h__ // Structs typedef struct userStruct { char * Username, * Score; } User; // End Structs #endif