7 lines
79 B
C++
7 lines
79 B
C++
#include "menu.h"
|
|
|
|
Menu::Menu(lib::Display& display) :
|
|
display(&display)
|
|
{
|
|
}
|