Panda3D
panda
src
putil
vector_ulong.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_ulong.h
10
* @author drose
11
* @date 2000-05-10
12
*/
13
14
#ifndef VECTOR_ULONG_H
15
#define VECTOR_ULONG_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 long
31
#define NAME vector_ulong
32
33
#include "vector_src.h"
34
35
#endif
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
pvector.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Sun Dec 27 2020 13:23:16 for Panda3D by
1.8.20