|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
track.h File Referenceclass ITrack.
More...
#include "nel/misc/stream.h"
#include "nel/misc/types_nl.h"
#include "nel/misc/common.h"
#include "nel/3d/animation_time.h"
#include "nel/3d/u_track.h"
#include "3d/animated_value.h"
Go to the source code of this file.
Detailed Description
class ITrack.
-
Id:
-
track.h,v 1.5 2002/08/21 09:39:54 lecroart Exp
Definition in file track.h.
Define Documentation
#define NL3D_TRACKDEF_CTOR |
( |
_Son, |
|
|
_Father, |
|
|
_T |
|
) |
|
|
|
Value: _Son() {} \
_Son(const _T &v) : _Father<_T>(v) {}
Definition at line 241 of file track.h. |
|
|