Panda3D
pandatoolbase.h
1 /* Filename: pandatoolbase.h
2  * Created by: drose (12Sep00)
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 PANDATOOLBASE_H
20 #define PANDATOOLBASE_H
21 
22 #include "pandabase.h"
23 #include "pandatoolsymbols.h"
24 
25 #endif
26