X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fsgp.cpp;h=55d3c0e151188e3bc26b0f66b3536be8fe28a003;hp=e3241a8e8e3dc129e057ae6e42d649360ef00a24;hb=12e2c29153a0f55ac23bdeec06b404638672985b;hpb=0fe37e9c318904715493dc9c894f658c43e6178e diff --git a/libctgraphics/sgp.cpp b/libctgraphics/sgp.cpp index e3241a8..55d3c0e 100644 --- a/libctgraphics/sgp.cpp +++ b/libctgraphics/sgp.cpp @@ -1,28 +1,13 @@ /***************************************************************************** -** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id: sgp.cpp,v 1.1 2000/06/19 18:05:03 kevin Exp $ -** $Log: sgp.cpp,v $ -** Revision 1.1 2000/06/19 18:05:03 kevin -** initial cvs import -** -** Revision 1.1 2000/06/13 16:20:31 kevin -** finished c++ conversions -** -** Revision 1.4 2000/05/24 22:49:01 kevin -** Updated SGP: first function X-windows version -** -** Revision 1.3 2000/05/11 14:07:23 kevin -** Fixed compilation warnings -** -** Revision 1.2 2000/05/08 20:08:15 kevin -** *** empty log message *** +** FILE IDENTIFICATION ** -** Revision 1.1.1.1 2000/04/28 13:02:44 kevin -** Initial CVS import for first public release +** Name: sgp.c Simple Graphics Package +** Programmer: Kevin Rosenberg ** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg ** +** $Id: sgp.cpp,v 1.2 2000/06/19 19:04:05 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 @@ -38,19 +23,12 @@ ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ -/*----------------------------------------------------------------------------- - * FILE IDENTIFICATION - * - * Name: sgp.c Simple Graphics Package - * Programmer: Kevin Rosenberg - * - *---------------------------------------------------------------------------*/ - -#include "stdio.h" -#include "kstddef.h" -#include "math.h" -#include "kmath.h" +#include +#include +#include "ctsupport.h" #include "sgp.h" + + static SGP_ID _sgp2_cwin = NULL; extern CHARSPEC cspec;