1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-09-28 01:43:37 +00:00
lilybook/main/PagePrinter.h

10 lines
98 B
C++

#include "Page.h"
class PagePrinter
{
public:
PagePrinter();
void print(Page* page);
};