X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fphantom.h;h=dbaf169fc430d46ba8d7f09b12c773d112607505;hp=489c4eee98a6812c8da1f774d7f2d52c14932d00;hb=ab4a3ba2c1ba9672136b5022897f81fc55d03493;hpb=861c2186ce387ce809882315a8f26d640f1844fc diff --git a/include/phantom.h b/include/phantom.h index 489c4ee..dbaf169 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.h,v 1.7 2000/07/18 03:14:35 kevin Exp $ +** $Id: phantom.h,v 1.8 2000/07/19 04:33:27 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 @@ -140,6 +140,12 @@ class Phantom static const char PHM_BROWLAND_STR[]= "browland"; static const char PHM_UNITPULSE_STR[]= "unitpulse"; + static const char PHM_HERMAN_TITLE_STR[]= "Herman Head"; + static const char PHM_BHERMAN_TITLE_STR[]= "Herman Head Bordered"; + static const char PHM_ROWLAND_TITLE_STR[]= "Rowland Head"; + static const char PHM_BROWLAND_TITLE_STR[]= "Rowland Head Bordered"; + static const char PHM_UNITPULSE_TITLE_STR[]= "Unit Pulse"; + Phantom (void); Phantom (const char* const phmName);