Hii, I'm a beginner and I want to ask something
i have header file but it was created in linux platform by someone
I try it and it works in linux...
The problem is I want to add it to my windows 7 but I got some error there...
this is some fragment of the code, and thank you for helping...(As I know, the language is a little bit different)
I have some example of the problem....
----------------------------------------------------------
#ifdef __cplusplus
#include <cstdlib>
#else
#include <stdlib.h>
#endif
#include <unistd.h>
#include <string.h>
#include <math.h>
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_mixer.h>
#include <SDL_ttf.h>
//#include <SDL_stretch/SDL_stretch.h>
//#include <SDL_rotozoom.h>
#include "../sprig/sprig.h"
//#include "nfont/nfontc.h"
#include "wayang.h"