mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 17:32:00 +01: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
|