#ifndef NEURALSHOOTER_H
#define NEURALSHOOTER_H

REAL sim(REAL pattern[], INT size);

void readWeightFromFile(const char * filename);
#endif