Panda3D
|
00001 // Filename: vector_PT_EggMaterial.h 00002 // Created by: drose (01May01) 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 #ifndef VECTOR_PT_EGGMATERIAL_H 00016 #define VECTOR_PT_EGGMATERIAL_H 00017 00018 #include "pandabase.h" 00019 00020 #include "eggMaterial.h" 00021 #include "pt_EggMaterial.h" 00022 00023 #include "pvector.h" 00024 00025 //////////////////////////////////////////////////////////////////// 00026 // Class : vector_PT_EggMaterial 00027 // Description : A vector of PT(EggMaterial)'s. This class is defined once 00028 // here, and exported to PANDAEGG.DLL; other packages 00029 // that want to use a vector of this type (whether they 00030 // need to export it or not) should include this header 00031 // file, rather than defining the vector again. 00032 //////////////////////////////////////////////////////////////////// 00033 00034 #define EXPCL EXPCL_PANDAEGG 00035 #define EXPTP EXPTP_PANDAEGG 00036 #define TYPE PT_EggMaterial 00037 #define NAME vector_PT_EggMaterial 00038 00039 #include "vector_src.h" 00040 00041 // Tell GCC that we'll take care of the instantiation explicitly here. 00042 #ifdef __GNUC__ 00043 #pragma interface 00044 #endif 00045 00046 #endif