X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=f2bac543d00c82144bca305c4c8a69c0a9a607c2;hp=e33c05cd2f914f3661b9a1a74c5cff21a6c0c9f9;hb=1f72f3289ee6be64ec607ea93b4fcfe8b5dff3eb;hpb=305ea081c3308c3d936c801dedddabdbc9b0c37d diff --git a/src/ctsim.h b/src/ctsim.h index e33c05c..f2bac54 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.40 2001/02/02 00:46:38 kevin Exp $ +** $Id: ctsim.h,v 1.41 2001/02/04 21:28:19 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 @@ -315,6 +315,9 @@ enum { GRAPH3D_VIEW_COLOR, GRAPH3D_VIEW_LIGHTING, GRAPH3D_VIEW_SMOOTH, + GRAPH3D_VIEW_SCALE_AUTO, + GRAPH3D_VIEW_SCALE_MINMAX, + GRAPH3D_VIEW_SCALE_FULL, }; #endif