15 #ifndef diguyDx9GraphicsLink_h__
16 #define diguyDx9GraphicsLink_h__
virtual void end_character_draw()
This function will be called by DI-Guy when the drawing traversal of the character's link hierarchy h...
virtual void begin_character_draw()
This function will be called by DI-Guy when the drawing of a new character is beginning.
virtual void draw()
This function will be called by DI-Guy when it is time for the transformations of this link to be app...
diguyDx9GraphicsLink(void *internal_data)
Definition: diguyDx9GraphicsLink.h:21
A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is...
Definition: diguyGraphicsLink.h:45
diguyGraphicsLink * diguyDx9GraphicsLink_create_func(void *internal_data)
Create function declaration.