-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframebuffer.h
executable file
·27 lines (25 loc) · 1.21 KB
/
framebuffer.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/***********************************************************
* K O U L E S *
*----------------------------------------------------------*
* C1995 JAHUSOFT *
* Jan Hubicka *
* Dukelskych Bojovniku 1944 *
* 390 03 Tabor *
* Czech Republic *
* Phone: 0041-361-32613 *
* eMail: [email protected] *
*----------------------------------------------------------*
* Copyright(c)1995,1996 by Jan Hubicka.See README for *
* licence details. *
*----------------------------------------------------------*
* framebuffer.h interface for framebuffer *
***********************************************************/
extern void create_bitmap ();
extern void drawbackground ();
extern void drawstarbackground ();
//DKS:
extern void drawbottom_bar();
#ifdef SDL32BPP
//DKS - new for plasma:
extern void copybackground(SDL_Surface *src, SDL_Surface *dest);
#endif