(C++) \#endif
February 24, 2017 · View on GitHub
(C++) #endif
#endif is the preprocessor statement that ends an #ifdef,#ifndef or #else block.
#ifndef LOW_FRAME_RATE const int frames_per_second = 60; #else const int frames_per_second = 20; #endif