zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lib3ds_chunktable.c File Reference
#include "lib3ds_impl.h"

Go to the source code of this file.

Typedefs

typedef struct Lib3dsChunkTable Lib3dsChunkTable
 

Functions

const char * lib3ds_chunk_name (uint16_t chunk)
 

Variables

static Lib3dsChunkTable lib3ds_chunk_table []
 

Typedef Documentation

typedef struct Lib3dsChunkTable Lib3dsChunkTable

Function Documentation

const char* lib3ds_chunk_name ( uint16_t  chunk)

Definition at line 250 of file lib3ds_chunktable.c.

Referenced by lib3ds_chunk_read_next(), and lib3ds_chunk_unknown().

Variable Documentation

Lib3dsChunkTable lib3ds_chunk_table[]
static

Definition at line 27 of file lib3ds_chunktable.c.