#include <fx.h>

Public Types | |
Enum data | |
| enum | eType { kFXHole = 1, kFXBrassEject } |
| FX type enums. More... | |
Public Member Functions | |
Create methods | |
| CFx () | |
| virtual | ~CFx () |
Virtual methods | |
These will be overridden by derived FXs. | |
| virtual void | update ()=0 |
| Update this FX for a single frame. | |
| virtual void | remove ()=0 |
| Remove effect. | |
| virtual bool | is_done ()=0 |
| |
(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.
| enum CFx::eType |
1.5.4