Panda3D
Loading...
Searching...
No Matches
contribsymbols.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 contribsymbols.h
10 * @author rdb
11 * @date 2009-12-30
12 */
13
14#ifndef CONTRIBSYMBOLS_H
15#define CONTRIBSYMBOLS_H
16
17/* See dtoolsymbols.h for a rant on the purpose of this file. */
18
19/* Note that the symbols declared in this file appear in alphabetical
20 order. Also note that we must use C-style comments only here, not
21 C++-style comments, since this file is occasionally included by a C
22 file. */
23
24#ifdef BUILDING_PANDAAI
25 #define EXPCL_PANDAAI EXPORT_CLASS
26 #define EXPTP_PANDAAI EXPORT_TEMPL
27#else
28 #define EXPCL_PANDAAI IMPORT_CLASS
29 #define EXPTP_PANDAAI IMPORT_TEMPL
30#endif
31
32#endif