r70: added imagefiles
[ctsim.git] / include / kmath.h
index 3b4a36ad30435d0fbbef347050177971979da277..5bac1bec41ded693c220315fe65c325c5808568b 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: kmath.h,v 1.9 2000/05/08 20:00:48 kevin Exp $
+**  $Id: kmath.h,v 1.10 2000/06/07 00:59:38 kevin Exp $
 **  $Log: kmath.h,v $
+**  Revision 1.10  2000/06/07 00:59:38  kevin
+**  added imagefiles
+**
 **  Revision 1.9  2000/05/08 20:00:48  kevin
 **  ANSI C changes
 **
@@ -78,11 +81,12 @@ extern "C" {
 /* codes for C data types */
 
 #define DT_CHAR                1
-#define DT_INT         2
+#define DT_INT         2
 #define DT_LONG                3
 #define DT_FLOAT       4
 #define DT_DOUBLE      5
-#define DT_STRING  6
+#define DT_UINT32       6
+#define DT_STRING       7
 
 typedef char    *CMTX_1D;
 typedef CMTX_1D  *CMTX_2D;