File: bitmap.h

package info (click to toggle)
pilrc 2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 524 kB
  • ctags: 1,121
  • sloc: ansic: 6,584; asm: 137; makefile: 55
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
#ifndef __BITMAP_H__
#define __BITMAP_H__

void DumpBitmap( char *fileName, int isIcon, int compress, BOOL fGrey );

#endif /*__BITMAP_H__ */