#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "libmala/vector.h"
#include "libmala/quaternion.h"
#include "libmala/matrix.h"
#include "libmala/plane.h"
#include "libmala/fmath.h"
#include "liballoy/alloy.h"
#include "util.h"
Include dependency graph for hemi.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | HEXTERN extern |
#define | HEMI_ERROR 0xF0000000 |
#define | HEMI_TRUE 0x00000001 |
#define | HEMI_FALSE 0x00000000 |
#define | HEMI_ERROR_FILE_READ 0x10000000 |
#define | HEMI_ERROR_FILE_FORMAT 0x20000000 |
#define | HEMI_ERROR_MEMORY 0x30000000 |
#define | HEMI_ERROR_STRING_READ 0x40000000 |
Typedefs | |
typedef unsigned int | hemi_uint |
typedef unsigned short | hemi_ushort |
typedef unsigned char | hemi_byte |
#define HEMI_ERROR 0xF0000000 |
#define HEMI_ERROR_FILE_FORMAT 0x20000000 |
#define HEMI_ERROR_FILE_READ 0x10000000 |
#define HEMI_ERROR_MEMORY 0x30000000 |
#define HEMI_ERROR_STRING_READ 0x40000000 |
#define HEMI_FALSE 0x00000000 |
#define HEMI_TRUE 0x00000001 |
#define HEXTERN extern |
typedef unsigned char hemi_byte |
typedef unsigned int hemi_uint |
typedef unsigned short hemi_ushort |