Skip to content
Snippets Groups Projects
Commit f9fa713f authored by DJADEL Yacine's avatar DJADEL Yacine
Browse files

Update Interface.h

parent cf6f0225
Branches
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
#define _Interface_
#ifndef LINUX
#include "../SDL/SDL_GfxPrimitives/SDL_gfxPrimitives_font.h"
#include <SDL/SDL_gfxPrimitives_font.h>
#else
#include <SDL/SDL.h>
#include "../SDL/SDL_GfxPrimitives/sdl_gfxprimitives.h"
#include <SDL/SDL_gfxPrimitives.h>
#endif
#pragma comment (lib, "SDL/lib/SDL.lib")
#pragma comment (lib, "SDL/SDL_GfxPrimitives/SDL_GfxPrimitives_Static.lib")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment