mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
8 lines
162 B
C
8 lines
162 B
C
#ifndef LOADPATTERN_H
|
|
#define LOADPATTERN_H
|
|
#include "Pattern.h"
|
|
#include "clogger.h"
|
|
|
|
int loadPattern(enum TLogLevel printLevel, patternParameters *pat);
|
|
#endif
|