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

« back to all changes in this revision

Viewing changes to src/resources/subimage.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:
22
22
 
23
23
#include "resources/subimage.h"
24
24
 
25
 
#ifdef USE_OPENGL
26
 
#include "render/mobileopenglgraphics.h"
27
 
#include "render/normalopenglgraphics.h"
28
 
#include "render/safeopenglgraphics.h"
29
 
#endif
30
 
 
31
25
#ifdef DEBUG_IMAGES
32
26
#include "logger.h"
33
27
#endif
34
28
 
35
 
#include "client.h"
36
 
 
37
29
#include "debug.h"
38
30
 
39
31
#ifdef USE_SDL2