I am using SDL 2 and I am trying to write a void function that accepts an argument of SDL_Joystick. However, I am getting a compiler error saying that the variable has not been declared. I have included SDL.h, so I do not know why this is happening. Here is a code excerpt with the error line: