summarylogtreecommitdiffstats
path: root/destructive_reasoning.h
diff options
context:
space:
mode:
authorDestructiveReasoning2015-06-14 21:06:46 +0000
committerDestructiveReasoning2015-06-14 21:06:46 +0000
commitcdce8829d0acbc0571acab442f8e74cf95f2744f (patch)
treef81ac53c2b20c1ea84b177f914dd210f1be4f659 /destructive_reasoning.h
downloadaur-cdce8829d0acbc0571acab442f8e74cf95f2744f.tar.gz
Initial upload to AUR4
Diffstat (limited to 'destructive_reasoning.h')
-rw-r--r--destructive_reasoning.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/destructive_reasoning.h b/destructive_reasoning.h
new file mode 100644
index 000000000000..1fca7b53a441
--- /dev/null
+++ b/destructive_reasoning.h
@@ -0,0 +1,19 @@
+#ifndef __DESTRUCTIVE_REASONING__
+#define __DESTRUCTIVE_REASONING__
+
+#undef main
+#include <vector>
+#include <math.h>
+#include <stdio.h>
+#include <cstdlib>
+#include <string>
+#include <sstream>
+#include <SDL2/SDL.h>
+#include <cmath>
+#include <complex>
+#include <complex.h>
+#include <time.h>
+#include <iostream>
+#include <fstream>
+
+#endif