r480: no message
[ctsim.git] / src / ctsim.h
index 412fccaf3c792b90b337c71ebd27e975af52edf2..e33c05cd2f914f3661b9a1a74c5cff21a6c0c9f9 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.39 2001/01/31 01:01:22 kevin Exp $
+**  $Id: ctsim.h,v 1.40 2001/02/02 00:46:38 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -310,6 +310,11 @@ enum {
     PLOTMENU_VIEW_SCALE_MINMAX,
     PLOTMENU_VIEW_SCALE_AUTO,
     PLOTMENU_VIEW_SCALE_FULL,    
+
+    GRAPH3D_VIEW_SURFACE,
+    GRAPH3D_VIEW_COLOR,
+    GRAPH3D_VIEW_LIGHTING,
+    GRAPH3D_VIEW_SMOOTH,
 };
 
 #endif