#include <control.h>
Public Types | |
| enum | CHUNKS { BEZKEY_CHUNKID = 0x00000010, TIME_CHUNKID = 0x00000015, VALUE_CHUNKID = 0x00000020 } |
Public Member Functions | |
| int | Save (SceneSave *scene_save) |
| Saves the info for this class. | |
| int | Load (SceneLoad *scene_load) |
| Saves the infor for this class. | |
Public Attributes | |
| int | time |
| Please add comments here. | |
| float | value |
| Please add comments here. | |
1.5.1-p1