mirror of
https://github.com/SwareJonge/mkdd.git
synced 2024-12-11 15:03:35 +00:00
13 lines
214 B
C
13 lines
214 B
C
#ifndef PRINTAPP_H
|
|
#define PRINTAPP_H
|
|
|
|
#include "Kameda/PrintProgressive.h"
|
|
#include "Kawano/PrintPal.h"
|
|
|
|
#ifndef REGION_EU
|
|
#define PRINTAPP_TYPE PrintProgressive
|
|
#else
|
|
#define PRINTAPP_TYPE PrintPal
|
|
#endif
|
|
|
|
#endif |