Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/driving.h')
-rw-r--r--src/driving.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driving.h b/src/driving.h
new file mode 100644
index 0000000..cf2f3de
--- /dev/null
+++ b/src/driving.h
@@ -0,0 +1,8 @@
+#ifndef DRIVING_H
+#define DRIVING_H
+
+#include <complex.h>
+
+_Complex double g_test( int kx, int ky);
+
+#endif