File: mouse.h

package info (click to toggle)
vgagamespack 1.4-5
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 292 kB
  • ctags: 424
  • sloc: ansic: 3,826; makefile: 85
file content (14 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * GamesPak
 *
 * Copyright (C) Evan Harris, 1994, 1995.
 *
 * Permission is granted to freely redistribute and modify this code,
 * providing the author(s) get credit for having written it.
 */

void RenderMousePointer(int x, int y, int light, int dark,
			int width, int height);
void RestoreUnderMousePointer(int x, int y, int width, int height,
			      int *colour);
void SaveUnderMousePointer(int x, int y, int width, int height, int *colour);