~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/gba/gfx-draw.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-01-31 07:21:35 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120131072135-es3dj12y00xcnrsk
Tags: 0.9.19-1
* New upstream WIP version.
* Update copyright information.
* Refresh use-system-tremor.patch and remove psx-big-endian-only.patch.
* Add spelling-fixes.patch based on Lintian's recommendations.
* Build-depend on debhelper 9 or later and remove corresponding Lintian
  override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "Gfx.h"
24
24
 
 
25
namespace MDFN_IEN_GBA
 
26
{
 
27
 
25
28
//#define SPRITE_DEBUG
26
29
 
27
30
void gfxDrawTextScreen(uint16, uint16, uint16, uint32 *);
225
228
  }
226
229
}
227
230
 
 
231
}
 
232
 
228
233
#endif // VBA_GFX_DRAW_H