dllmain_i_graphics.cpp

Go to the documentation of this file.
00001 /*****************************************************************************\
00002 *                                                                             *
00003 *  Name   : DLL main for the i_graphics conglomerate.                         *
00004 *  Author : Chris Koeritz                                                     *
00005 *                                                                             *
00006 *  Purpose:                                                                   *
00007 *                                                                             *
00008 *    This is the startup point for the DLL.                                   *
00009 *                                                                             *
00010 *******************************************************************************
00011 * Copyright (c) 2000-$now By Author.  This program is free software; you can  *
00012 * redistribute it and/or modify it under the terms of the GNU General Public  *
00013 * License as published by the Free Software Foundation; either version 2 of   *
00014 * the License or (at your option) any later version.  This is online at:      *
00015 *     http://www.fsf.org/copyleft/gpl.html                                    *
00016 * Please send any updates to: fred@gruntose.com                               *
00017 \*****************************************************************************/
00018 
00019 #define DLL_NAME "i_graphics Conglomerate DLL"
00020 
00021 #include <basis/dll_root.cpp>
00022 #include <i_library/i_library_version.h>
00023 
00024 bool check_DLL_versions() { 
00025   return CHECK_I_LIBRARY();
00026 } 
00027 

Generated on Thu Nov 20 04:28:49 2008 for HOOPLE Libraries by  doxygen 1.5.1