This is my first time using libraries in C++. I'm trying to use the SDL2.0 library in visual C++ but I get an error when trying to include a header file.
"error LNK2019: unresolved external symbol SDL_main referenced in function main_utf8"
I'm pretty sure I did everything correctly when specifying my include and library directories and at this point I'm stuck. Any ideas?