Tagged Questions
0
votes
1answer
124 views
SDL_types.h file not found using xcode
Getting this error when trying to use SDL_mixer...
SDL_types.h file not found..
I am including all the correct files as far as I can tell and have included the frameworks (both SDL and SDL_mixer) ...
0
votes
0answers
102 views
Mix_LoadWAV not working on xcode 4.6 using SDL [closed]
I am trying to load a simple sound effect using SDL_mixer on xcode but it is not loading. Here is the code:
#include <SDL/SDL.h>
#include "SDL_image.h"
#include "SDL_mixer.h"
#include ...