#ifndef LOADPATTERN_H #define LOADPATTERN_H #include "Pattern.h" int loadPattern(patternParameters *pat); #endif