comparison src/msdos.h @ 7604:caae041f9b9e

Add template for init_gettimeofday.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 May 1994 07:28:23 +0000
parents 003e84b91d21
children 17b96e349369
comparison
equal deleted inserted replaced
7603:1ddcf94fe9c9 7604:caae041f9b9e
41 void mouse_off (); 41 void mouse_off ();
42 void mouse_moveto (int, int); 42 void mouse_moveto (int, int);
43 void mouse_check_moved (); 43 void mouse_check_moved ();
44 int mouse_pressed (int, int *, int *); 44 int mouse_pressed (int, int *, int *);
45 int mouse_released (int, int *, int *); 45 int mouse_released (int, int *, int *);
46 void init_gettimeofday ();