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

« back to all changes in this revision

Viewing changes to src/utils/sdlcheckutils.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
SDL_Surface *FakeIMG_LoadPNG_RW(SDL_RWops *const src, const char *const file,
36
36
                                const unsigned line);
37
37
 
 
38
SDL_Surface *FakeIMG_LoadJPG_RW(SDL_RWops *const src, const char *const file,
 
39
                                const unsigned line);
 
40
 
38
41
void FakeSDL_FreeSurface(SDL_Surface *const surface, const char *const file,
39
42
                         const unsigned line);
40
43