mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 15:50:03 +02:00
7 lines
114 B
C
7 lines
114 B
C
#ifndef LOADPATTERN_H
|
|
#define LOADPATTERN_H
|
|
#include "Pattern.h"
|
|
|
|
int loadPattern(patternParameters *pat);
|
|
#endif
|