00001 // Filename: standard_templates.cxx 00002 // Created by: drose (04Oct04) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 #include "standard_templates.h" 00016 00017 // The binary data included here was generated from standardTemplates.x 00018 // (in this directory) file via the utility program bin2c (defined in 00019 // pandatool). It contains the set of template definitions that must be 00020 // loaded before any standard template file can be properly interpreted. 00021 00022 #ifndef CPPPARSER 00023 00024 #if defined(HAVE_ZLIB) 00025 00026 // If we have zlib available, we can store this file compressed, which 00027 // is much smaller. 00028 00029 // Regenerate this file with: 00030 00031 // pcompress standardTemplates.x standardTemplates.x.pz 00032 // bin2c -n standard_templates_data -o standardTemplates.x.pz.c standardTemplates.x.pz 00033 00034 #include "standardTemplates.x.pz.c" 00035 00036 #else // HAVE_ZLIB 00037 00038 // If we don't have zlib, just include the whole uncompressed file. 00039 00040 // Regenerate this file with: 00041 00042 // bin2c -n standard_templates_data -o standardTemplates.x.c standardTemplates.x 00043 00044 #include "standardTemplates.x.c" 00045 00046 #endif // HAVE_ZLIB 00047 00048 #endif // CPPPARSER 00049