So I started compiling with Lua, and I got a series of errors looking like this:1>facialturd-the-powder-toy-7f850ad\src\luaconsole.c(230): error C2036: 'void *' : unknown size
On multiple lines throughout the file.
I tried replacing 'void*' with 'char*', but it gave me a load more errors, so I assume that was the wrong thing to do.
Help please :-D
Thanks!
I compiled it in today, I'd left it out when I started the project.
#define LUACONSOLE
to defines.h or send LUACONSOLE as a compiler flag (-DLUACONSOLE)