GLYLIB  0.3.0b
general.h
Go to the documentation of this file.
00001 /** \file general.h 
00002 \brief  Deprecated header file containing structures used by various functions
00003         within the library.  
00004 
00005 This file now only calls the other headers to which its contents were moved.
00006 */
00007 
00008 // Header file written by Lachele Foley, summer 2007
00009 
00010 #if !defined(GLYLIB_GENERAL)
00011 #define GLYLIB_GENERAL
00012 
00013 #include <gly_codeutils.h>
00014 #include <gly_fileutils.h>
00015 
00016 #endif
 All Classes Files Functions Variables Typedefs Defines