Panda3D
vector_PT_EggVertex.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file vector_PT_EggVertex.h
10  * @author drose
11  * @date 2001-02-22
12  */
13 
14 #ifndef VECTOR_PT_EGGVERTEX_H
15 #define VECTOR_PT_EGGVERTEX_H
16 
17 #include "pandabase.h"
18 
19 #include "eggVertex.h"
20 #include "pt_EggVertex.h"
21 
22 #include "pvector.h"
23 
24 /**
25  * A vector of PT(EggVertex)'s. This class is defined once here, and exported
26  * to PANDAEGG.DLL; other packages that want to use a vector of this type
27  * (whether they need to export it or not) should include this header file,
28  * rather than defining the vector again.
29  */
30 
31 #define EXPCL EXPCL_PANDA_EGG
32 #define EXPTP EXPTP_PANDA_EGG
33 #define TYPE PT_EggVertex
34 #define NAME vector_PT_EggVertex
35 
36 #include "vector_src.h"
37 
38 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.