tinygi

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/tgi_impl.h	Sun Jul 19 18:30:29 2015 +0300
     1.3 @@ -0,0 +1,12 @@
     1.4 +#ifndef TGI_IMPL_H_
     1.5 +#define TGI_IMPL_H_
     1.6 +
     1.7 +#include "tinygi.h"
     1.8 +#include "object.h"
     1.9 +#include "logger.h"
    1.10 +
    1.11 +struct tinygi {
    1.12 +	struct tgi_object **objects;	/* dynarr */
    1.13 +};
    1.14 +
    1.15 +#endif	/* TGI_IMPL_H_ */