Panda3D
Loading...
Searching...
No Matches
vector_PartGroupStar.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_PartGroupStar.h
10 * @author drose
11 * @date 2000-07-06
12 */
13
14#ifndef VECTOR_PARTGROUPSTAR_H
15#define VECTOR_PARTGROUPSTAR_H
16
17#include "pandabase.h"
18#include "partGroup.h"
19#include "pvector.h"
20
21/**
22 * A vector of PartGroup pointers. This class is defined once here, and
23 * exported to PANDA.DLL; other packages that want to use a vector of this
24 * type (whether they need to export it or not) should include this header
25 * file, rather than defining the vector again.
26 */
27
28#define EXPCL EXPCL_PANDA_CHAN
29#define EXPTP EXPTP_PANDA_CHAN
30#define TYPE PartGroup *
31#define NAME vector_PartGroupStar
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.