SuperTuxKart
|
Declares a class to be a singleton. More...
#include <screen.hpp>
Static Public Member Functions | |
static SCREEN * | getInstance () |
Static Protected Attributes | |
static SCREEN * | singleton = nullptr |
Declares a class to be a singleton.
Normally, all screens will be singletons.