#include "hemi.h"
Include dependency graph for smd.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | hemi_smd_link |
struct | hemi_smd_vert |
struct | hemi_smd_tri |
struct | hemi_smd_bone |
struct | hemi_smd |
Typedefs | |
typedef hemi_smd_link | hemi_smd_link_t |
typedef hemi_smd_vert | hemi_smd_vert_t |
typedef hemi_smd_tri | hemi_smd_tri_t |
typedef hemi_smd_bone | hemi_smd_bone_t |
typedef hemi_smd | hemi_smd_t |
Functions | |
HEXTERN int | hemi_load_smd (const char *, hemi_smd_t *) |
typedef struct hemi_smd_bone hemi_smd_bone_t |
typedef struct hemi_smd_link hemi_smd_link_t |
typedef struct hemi_smd hemi_smd_t |
typedef struct hemi_smd_tri hemi_smd_tri_t |
typedef struct hemi_smd_vert hemi_smd_vert_t |
HEXTERN int hemi_load_smd | ( | const char * | , | |
hemi_smd_t * | ||||
) |