r155: *** empty log message ***
[ctsim.git] / include / phantom.h
index 489c4eee98a6812c8da1f774d7f2d52c14932d00..dbaf169fc430d46ba8d7f09b12c773d112607505 100644 (file)
@@ -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);