1 2 3 4 5 6 7 8 9
#pragma once class CReplay { public: static void Display(void); static uint8 &Mode; };