#include <dazzle.h>
Inherits PrototypeLoaderClass.
Public Member Functions | |
| DazzleLoaderClass (void) | |
| ~DazzleLoaderClass (void) | |
| virtual int | Chunk_Type (void) |
| virtual PrototypeClass * | Load_W3D (ChunkLoadClass &cload) |
Public Member Functions inherited from PrototypeLoaderClass | |
| PrototypeLoaderClass (void) | |
| ~PrototypeLoaderClass (void) | |
DazzleLoaderClass An instance of this class is registered with the asset manager and handles loading W3D_CHUNK_DAZZLE.
It creates DazzlePrototypes from the data in the chunk.
|
inlinevirtual |
Implements PrototypeLoaderClass.
|
virtual |
Implements PrototypeLoaderClass.
Definition at line 1727 of file dazzle.cpp.