~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/render/sdl2graphics.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "resources/imagehelper.h"
35
35
#include "resources/sdl2imagehelper.h"
36
36
 
 
37
#include "utils/sdlcheckutils.h"
 
38
 
37
39
#include <guichan/sdl/sdlpixel.hpp>
38
40
 
39
 
#include "utils/sdlcheckutils.h"
40
 
 
41
 
#include <SDL.h>
42
 
 
43
41
#include "debug.h"
44
42
 
45
43
#ifdef DEBUG_SDL_SURFACES