summaryrefslogtreecommitdiff
path: root/prge.h
blob: 066f1f50f53499cd60029553d27193a558a2ff86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef PRGE_H
#define PRGE_H

#include "prb.h"

#include "prge_types.h"

#include "prge_input.h"
#include "prge_input.c"

#include "prge_shader.h"
#include "prge_shader.c"

#include "prge_mesh.h"
#include "prge_mesh.c"

#endif /* PRGE_H */