summaryrefslogtreecommitdiff
path: root/libs/pwyazh/pwyazh.h
blob: 0eede02c81b17cfdb706037d49c9753fae554785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef PWYAZH_H
#define PWYAZH_H

#include "types.h"

#include "macros.h"

#include "memory.h"

#include "numeric.h"

#include <stdio.h>

#include "v2f.h"
#include "v3f.h"
#include "v4f.h"
#include "mat4.h"

#include "strings.h"

#include "mesh.h"

#endif /* PWYAZH_H */