~vanvugt/nux/fix-785118

« back to all changes in this revision

Viewing changes to NuxImage/DDS.h

  • Committer: Daniel van Vugt
  • Date: 2011-09-20 06:03:43 UTC
  • mfrom: (357.1.115 nux)
  • Revision ID: vanvugt@gmail.com-20110920060343-vop75rbv7xdmugad
Merged with upstream changes from lp:nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
#define DDSCAPS2_CUBEMAP_NEGATIVEZ      0x00008000
99
99
#define DDSCAPS2_VOLUME 0x00200000
100
100
 
101
 
  NBitmapData *Load_DDS_File (const TCHAR *filename);
 
101
  NBitmapData* LoadFileFormat_DDS(const TCHAR *filename);
102
102
 
103
103
}
104
104
#endif // DDS_H