#include <sdl/sdl.h>
int main(int argc, char *argv[]) {
return 1;
}
Yet it returns 0 instead of 1.
This is the boiled down version of the problem I'm having with my actual program, where it compiles without error, and then returns 0 before actually doing anything. I'm using codeblocks with the sdl.dll sitting in the project folder. It used to work fine until today - any ideas? For now, I'm going to assume reinstalling codeblocks and/or rebooting might help.