Modified version of the UKESF lab source which can be carried out with no knowledge of C

Fork of PsiSwarm-Headstart by UKESF Headstart Summer School

Revision:
0:d6269d17c8cf
Child:
2:c6986ee3c7c5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/basic.h	Thu Feb 04 21:48:54 2016 +0000
@@ -0,0 +1,20 @@
+/* University of York Robotics Laboratory PsiSwarm Library: Psi-BASIC Interpretter Code Header File
+ * 
+ * File: basic.h
+ *
+ * (C) Dept. Electronics & Computer Science, University of York
+ * James Hilder, Alexander Horsfield, Alan Millard, Homero Elizondo, Jon Timmis
+ *
+ * PsiSwarm Library Version: 0.4
+ *
+ * Feb 2016
+ *
+ */
+ 
+ 
+#ifndef BASIC_H
+#define BASIC_H
+
+void read_list_of_file_names(void);
+
+#endif
\ No newline at end of file