Panda3D
contribbase.h
1 /* Filename: contribbase.h
2  * Created by: rdb (30Dec09)
3  *
4  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
5  *
6  * PANDA 3D SOFTWARE
7  * Copyright (c) Carnegie Mellon University. All rights reserved.
8  *
9  * All use of this software is subject to the terms of the revised BSD
10  * license. You should have received a copy of this license along
11  * with this source code in a file named "LICENSE."
12  *
13  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14 
15 /* This file is included at the beginning of every header file and/or
16  C or C++ file. It must be compilable for C as well as C++ files,
17  so no C++-specific code or syntax can be put here. */
18 
19 #ifndef CONTRIBBASE_H
20 #define CONTRIBBASE_H
21 
22 #include "pandabase.h"
23 #include "contribsymbols.h"
24 
25 #endif
26