/* ================================================================================== */
/* Copyright (c) 1998-1999 3Com Corporation or its subsidiaries. All rights reserved. */
/* ================================================================================== */

#ifndef __GREMLINSSTUBS_H__
#define __GREMLINSSTUBS_H__

#ifdef __cplusplus
extern "C" {
#endif


extern void	StubAppEnqueuePt(PointPtr pen);

extern void StubAppEnqueueKey (UInt ascii, UInt keycode, UInt modifiers);

extern void StubAppGremlinsOn (void);

extern void StubAppGremlinsOff (void);

extern void StubViewDrawLine (int xStart, int yStart, int xEnd, int yEnd);

extern void StubViewDrawPixel (int xPos, int yPos);


#ifdef __cplusplus 
}
#endif

#endif	// __GREMLINSSTUBS_H__
