I used this code:
#include <iostream>
#include <SDL2/SDL.h>
int main 0 {
return 0;
}
I keep getting these errors:
#include errors detected. Please update your includePath
cannot open source file iostream
cannot open source file SDL/SDL.h
I used this code:
#include <iostream>
#include <SDL2/SDL.h>
int main 0 {
return 0;
}
I keep getting these errors:
#include errors detected. Please update your includePath
cannot open source file iostream
cannot open source file SDL/SDL.h