ReactOS 0.4.16-dev-889-g9563c07
|
#include <d3drm_private.h>
Public Attributes | |
struct d3drm_animation_key * | keys |
SIZE_T | count |
SIZE_T | size |
Definition at line 240 of file d3drm_private.h.
SIZE_T d3drm_animation_keys::count |
Definition at line 243 of file d3drm_private.h.
Referenced by d3drm_animation_delete_key(), d3drm_animation_get_insert_position(), and d3drm_animation_get_range().
struct d3drm_animation_key* d3drm_animation_keys::keys |
Definition at line 242 of file d3drm_private.h.
Referenced by d3drm_animation2_AddKey(), d3drm_animation_delete_key(), d3drm_animation_get_insert_position(), and d3drm_animation_get_range().
SIZE_T d3drm_animation_keys::size |
Definition at line 244 of file d3drm_private.h.