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