Panda3D
physxWheelDesc.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 physxWheelDesc.h
10  * @author enn0x
11  * @date 2010-03-23
12  */
13 
14 #ifndef PHYSXWHEELDESC_H
15 #define PHYSXWHEELDESC_H
16 
17 #include "pandabase.h"
18 #include "luse.h"
19 
20 #include "physx_includes.h"
21 
22 /**
23  *
24  */
25 class EXPCL_PANDAPHYSX PhysxWheelDesc : public ReferenceCount {
26 
27 PUBLISHED:
28  INLINE PhysxWheelDesc();
29  INLINE ~PhysxWheelDesc();
30 
31  INLINE void set_to_default();
32  INLINE bool is_valid() const;
33 
34 public:
35 };
36 
37 #include "physxWheelDesc.I"
38 
39 #endif // PHYSXWHEELDESC_H
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ReferenceCount
A base class for all things that want to be reference-counted.
Definition: referenceCount.h:38
luse.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PhysxWheelDesc
Definition: physxWheelDesc.h:25
physxWheelDesc.I
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physx_includes.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.