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

10 lines
98 B
C
Raw Normal View History

2020-01-31 19:54:19 +00:00
#include "Page.h"
class PagePrinter
{
public:
PagePrinter();
void print(Page* page);
};