tinygi

view src/tgi_impl.h @ 0:16fdca2a1ef5

initial tinygi commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Jul 2015 18:30:29 +0300
parents
children bc64090fe3d1
line source
1 #ifndef TGI_IMPL_H_
2 #define TGI_IMPL_H_
4 #include "tinygi.h"
5 #include "object.h"
6 #include "logger.h"
8 struct tinygi {
9 struct tgi_object **objects; /* dynarr */
10 };
12 #endif /* TGI_IMPL_H_ */