X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fct.h;h=ef9e17b750d5719a6cd71db28dfde0e6380033ad;hb=92a7e95f339442d5d87f0febcae338306e1c6edd;hp=c3fe3a0fcc34833e86df73df24a08a8539ce4267;hpb=07b93dbf2b66fa23c5378ab0fa42f9a7f0083380;p=ctsim.git diff --git a/include/ct.h b/include/ct.h index c3fe3a0..ef9e17b 100644 --- a/include/ct.h +++ b/include/ct.h @@ -2,8 +2,14 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ct.h,v 1.7 2000/06/07 00:59:38 kevin Exp $ +** $Id: ct.h,v 1.9 2000/06/07 03:49:54 kevin Exp $ ** $Log: ct.h,v $ +** Revision 1.9 2000/06/07 03:49:54 kevin +** *** empty log message *** +** +** Revision 1.8 2000/06/07 02:30:27 kevin +** Added C++ image files +** ** Revision 1.7 2000/06/07 00:59:38 kevin ** added imagefiles ** @@ -127,7 +133,6 @@ #include "kstddef.h" #include "kmath.h" #include "sdf.h" -#include "ir.h" #include "keyboard.h" #include "cio.h" @@ -143,8 +148,10 @@ using namespace std; #include "array2d.h" - #include "idf.h" + #include "imagefile.h" #endif +#include "ir.h" + #endif