Panda3D
pandabase.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 pandabase.h
10  * @author drose
11  * @date 2000-09-12
12  */
13 
14 /* This file is included at the beginning of every header file and/or
15  C or C++ file. It must be compilable for C as well as C++ files,
16  so no C++-specific code or syntax can be put here. */
17 
18 #ifndef PANDABASE_H
19 #define PANDABASE_H
20 
21 #include "dtoolbase.h"
22 #include "pandasymbols.h"
23 
24 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.