Clean up includes
This commit is contained in:
parent
06d685d6a6
commit
cc9f3f06db
@ -71,11 +71,11 @@
|
|||||||
"-x",
|
"-x",
|
||||||
"c",
|
"c",
|
||||||
"-o",
|
"-o",
|
||||||
"/tmp/main-cb0615.o",
|
"/tmp/main-b05c2f.o",
|
||||||
"main.c"
|
"main.c"
|
||||||
],
|
],
|
||||||
"directory": "/home/abdelrahman/Sources/programming/starfield",
|
"directory": "/home/abdelrahman/Sources/programming/starfield",
|
||||||
"file": "/home/abdelrahman/Sources/programming/starfield/main.c",
|
"file": "/home/abdelrahman/Sources/programming/starfield/main.c",
|
||||||
"output": "/tmp/main-cb0615.o"
|
"output": "/tmp/main-b05c2f.o"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
3
main.c
3
main.c
@ -8,10 +8,7 @@
|
|||||||
#include <SDL2/SDL_video.h>
|
#include <SDL2/SDL_video.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define WINDOW_WIDTH 800
|
#define WINDOW_WIDTH 800
|
||||||
|
Loading…
Reference in New Issue
Block a user