void ThisFunction()
{
// Do what you need
}
#ifndef GEAR_H
#define GEAR_H
void ThisFunction();
#endif
Good luck! That literally took me hours... he uses some obscure SDL extensions that were pretty hard to find for linux.samothethief said:I'm downloading SDL now, going to try out to compile it myself on Linux.