#ifndef  CLIB_KEYBOARD_PROTOS_H
#define  CLIB_KEYBOARD_PROTOS_H

/*
**   $VER: keyboard_protos.h V1.0
**
**   C prototypes.
**
**   (C) Copyright 1996-1998 DreamWorld Productions.
**       All Rights Reserved.
*/

void keyAddInputHandler(void);
void keyRemInputHandler(void);

#endif /* CLIB_OBJECTS_PROTOS_H */

