mkdd/include/Osako/PrintApp.h
2023-11-02 04:23:51 +01:00

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