Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
#else is the preprocessor equivalent of else.
#ifdef HIGH_FRAME_RATE const int frames_per_second = 60; #else const int frames_per_second = 20; #endif