Panda3D
vector_ushort.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_ushort.h
10  * @author drose
11  * @date 2000-05-10
12  */
13 
14 #ifndef VECTOR_USHORT_H
15 #define VECTOR_USHORT_H
16 
17 #include "pandabase.h"
18 
19 #include "pvector.h"
20 
21 /**
22  * A vector of ushorts. This class is defined once here, and exported to
23  * PANDA.DLL; other packages that want to use a vector of this type (whether
24  * they need to export it or not) should include this header file, rather than
25  * defining the vector again.
26  */
27 
28 #define EXPCL EXPCL_PANDA_PUTIL
29 #define EXPTP EXPTP_PANDA_PUTIL
30 #define TYPE unsigned short
31 #define NAME vector_ushort
32 
33 #include "vector_src.h"
34 
35 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.