convert line ends
[canaan.git] / prj / tech / libsrc / dev2d / grnull.c
blobebfc5104f1fa4c153da01806bec00e3cfa7b4924
1 /*
2 * $Source: s:/prj/tech/libsrc/dev2d/RCS/grnull.c $
3 * $Revision: 1.2 $
4 * $Author: KEVIN $
5 * $Date: 1996/04/30 11:56:51 $
7 * Null-function placeholder.
9 * This file is part of the dev2d library.
13 #include <dbg.h>
15 void gr_null (void) {}
17 void gr_scream (void)
19 Warning(("gr_scream(): 2d operation not supported.\n"));