gmio/src/libstl/stl_geom.h
2014-01-29 16:59:19 +01:00

15 lines
332 B
C

#ifndef FOUG_LIBSTL_STL_GEOM_H
#define FOUG_LIBSTL_STL_GEOM_H
#include "stl_global.h"
#include "stl_triangle.h"
typedef struct foug_stl_geom
{
const void* cookie;
uint32_t triangle_count;
void (*get_triangle_func)(const void*, uint32_t, foug_stl_triangle_t*);
} foug_stl_geom_t;
#endif /* FOUG_LIBSTL_STL_GEOM_H */