summaryrefslogtreecommitdiffstats
path: root/fractal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fractal.c')
-rw-r--r--fractal.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/fractal.c b/fractal.c
new file mode 100644
index 0000000..dcab68b
--- /dev/null
+++ b/fractal.c
@@ -0,0 +1,17 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <time.h>
+#include <math.h>
+#include <string.h>
+#include <stdint.h>
+#include <time.h>
+
+#include <SDL/SDL.h>
+#include <SDL/SDL_ttf.h>
+
+int main()
+{
+ return 0;
+}
+
+