#ifndef LIBDISPLAY_H #define LIBDISPLAY_H #include "DisplayBase.h" extern DisplayBase *getDisplay(const int times_run); #endif