File: cpipic.h

package info (click to toggle)
ocp 1%3A0.1.20-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,216 kB
  • ctags: 7,770
  • sloc: ansic: 91,284; cpp: 9,718; sh: 3,100; makefile: 2,445
file content (21 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* OpenCP Module Player
 * copyright (c) '94-'98 Niklas Beisert <nbeisert@physik.tu-muenchen.de>
 *
 * CPIFace background picture loader
 *
 * revision history: (please note changes here)
 * -doj980928  Dirk Jagdmann <doj@cubic.org>
 *   -initial release of this file
 */

#ifndef CPIPIC__H
#define CPIPIC__H

extern unsigned char *plOpenCPPict; /* an array containing the raw picture */
extern unsigned char plOpenCPPal[]; /* the palette for the picture */

extern void plReadOpenCPPic(void); /* load a new background picture into *plOpenCPPict
                                    * and *plOpenCPPal
                                    */

#endif