enum OperatingSystem { OS_Unknown = -1, OS_Windows = 0, OS_Linux = 1, OS_Mac = 2, }; forward void OnParseOS(int client, OperatingSystem os);