summaryrefslogtreecommitdiffstats
path: root/fractal.c
blob: dcab68b9f4b3ff14d826ced01373cc09609176b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}