volmetrics

view src/sdr.h @ 33:3e4eb9a0d999

fixed t1, t2 selection with the mouse
author Eleni Maria Stea <elene.mst@gmail.com>
date Sun, 17 Aug 2014 02:25:01 +0300
parents
children
line source
1 #ifndef SDR_H_
2 #define SDR_H_
4 char *sdr_load(const char *fname);
5 bool sdr_compile(unsigned int sdr);
6 unsigned int sdr_getprog(const char *vfname, const char *ffname);
8 #endif // SDR_H_