diff options
Diffstat (limited to 'prge.h')
-rw-r--r-- | prge.h | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,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 */ |