Panda3D
 All Classes Functions Variables Enumerations
vector_PT_EggMaterial.h
1 // Filename: vector_PT_EggMaterial.h
2 // Created by: drose (01May01)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef VECTOR_PT_EGGMATERIAL_H
16 #define VECTOR_PT_EGGMATERIAL_H
17 
18 #include "pandabase.h"
19 
20 #include "eggMaterial.h"
21 #include "pt_EggMaterial.h"
22 
23 #include "pvector.h"
24 
25 ////////////////////////////////////////////////////////////////////
26 // Class : vector_PT_EggMaterial
27 // Description : A vector of PT(EggMaterial)'s. This class is defined once
28 // here, and exported to PANDAEGG.DLL; other packages
29 // that want to use a vector of this type (whether they
30 // need to export it or not) should include this header
31 // file, rather than defining the vector again.
32 ////////////////////////////////////////////////////////////////////
33 
34 #define EXPCL EXPCL_PANDAEGG
35 #define EXPTP EXPTP_PANDAEGG
36 #define TYPE PT_EggMaterial
37 #define NAME vector_PT_EggMaterial
38 
39 #include "vector_src.h"
40 
41 // Tell GCC that we'll take care of the instantiation explicitly here.
42 #ifdef __GNUC__
43 #pragma interface
44 #endif
45 
46 #endif