tinygi

view src/tgi_impl.h @ 1:bc64090fe3d1

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 20 Jul 2015 04:38:53 +0300
parents 16fdca2a1ef5
children 72752a1b3dbe
line source
1 #ifndef TGI_IMPL_H_
2 #define TGI_IMPL_H_
4 #include "tinygi.h"
5 #include "object.h"
6 #include "logger.h"
7 #include "vmath/vmath.h"
9 struct tinygi {
10 struct tgi_object **objects; /* dynarr */
11 };
13 #endif /* TGI_IMPL_H_ */