source: trunk/src/emx/include/graph.h@ 335

Last change on this file since 335 was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.4 KB
Line 
1/* graph.h (emx+gcc) */
2
3#ifndef _GRAPH_H
4#define _GRAPH_H
5
6#if defined (__cplusplus)
7extern "C" {
8#endif
9
10/* g_mode() and g_modeset() arguments (MODE) */
11
12#define G_MODE_OFF 0 /* Back to previous mode */
13