8 lines
156 B
C
8 lines
156 B
C
|
#ifndef SETTINGS_H
|
||
|
#define SETTINGS_H
|
||
|
|
||
|
#define IMAGE_ORGANIZATION_ORG "Dominik Rueß"
|
||
|
#define IMAGE_ORGANIZATION_APP "scannerExtract"
|
||
|
|
||
|
#endif // SETTINGS_H
|