#include "hemi.h"
Include dependency graph for md3.h:
This graph shows which files directly or indirectly include this file:
Data Structures | |
struct | hemi_md3_hdr |
struct | hemi_md3_frame |
struct | hemi_md3_tag |
struct | hemi_md3_surf |
struct | hemi_md3_shader |
struct | hemi_md3_tri |
struct | hemi_md3_coord |
struct | hemi_md3_vert |
struct | hemi_md3 |
Typedefs | |
typedef hemi_md3_hdr | hemi_md3_hdr_t |
typedef hemi_md3_frame | hemi_md3_frame_t |
typedef hemi_md3_tag | hemi_md3_tag_t |
typedef hemi_md3_surf | hemi_md3_surf_t |
typedef hemi_md3_shader | hemi_md3_shader_t |
typedef hemi_md3_tri | hemi_md3_tri_t |
typedef hemi_md3_coord | hemi_md3_coord_t |
typedef hemi_md3_vert | hemi_md3_vert_t |
typedef hemi_md3 | hemi_md3_t |
Functions | |
HEXTERN int | hemi_load_md3 (const char *, hemi_md3_t *) |
HEXTERN void | hemi_free_md3 (hemi_md3_t *) |
typedef struct hemi_md3_coord hemi_md3_coord_t |
typedef struct hemi_md3_frame hemi_md3_frame_t |
typedef struct hemi_md3_hdr hemi_md3_hdr_t |
typedef struct hemi_md3_shader hemi_md3_shader_t |
typedef struct hemi_md3_surf hemi_md3_surf_t |
typedef struct hemi_md3 hemi_md3_t |
typedef struct hemi_md3_tag hemi_md3_tag_t |
typedef struct hemi_md3_tri hemi_md3_tri_t |
typedef struct hemi_md3_vert hemi_md3_vert_t |
HEXTERN void hemi_free_md3 | ( | hemi_md3_t * | ) |
HEXTERN int hemi_load_md3 | ( | const char * | , | |
hemi_md3_t * | ||||
) |