Panda3D
linmath_events.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 linmath_events.h
10  * @author drose
11  * @date 2002-03-12
12  */
13 
14 #ifndef LINMATH_EVENTS_H
15 #define LINMATH_EVENTS_H
16 
17 #include "pandabase.h"
18 
19 #include "paramValue.h"
20 #include "luse.h"
21 
22 // This file defines a few more EventStore classes for storing linmath objects
23 // in an EventParameter. These are just for backward compatibility; they are
24 // defined as typedefs to ParamVecBase types. See paramValue.h.
25 
29 
30 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A handy class object for storing simple values (like integers or strings) passed along with an Event ...
Definition: paramValue.h:103