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