c-libstl: add foug_stlb_triangle struct
This commit is contained in:
parent
24495d6655
commit
58fdac010b
@ -29,7 +29,8 @@ HEADERS += \
|
||||
../../../src/c/libstl/stl_global.h \
|
||||
../../../src/c/libstl/stlb_read.h \
|
||||
../../../src/c/libstl/stlb_write.h \
|
||||
../../../src/c/libstl/stl_triangle.h
|
||||
../../../src/c/libstl/stl_triangle.h \
|
||||
../../../src/c/libstl/stlb_triangle.h
|
||||
|
||||
SOURCES += \
|
||||
../../../src/c/endian.c \
|
||||
|
12
src/c/libstl/stlb_triangle.h
Normal file
12
src/c/libstl/stlb_triangle.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef FOUG_C_LIBSTL_STLB_TRIANGLE_H
|
||||
#define FOUG_C_LIBSTL_STLB_TRIANGLE_H
|
||||
|
||||
#include "stl_triangle.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
foug_stl_triangle_t data;
|
||||
uint16_t attribute_byte_count;
|
||||
} foug_stlb_triangle_t;
|
||||
|
||||
#endif /* FOUG_C_LIBSTL_STLB_TRIANGLE_H */
|
Loading…
Reference in New Issue
Block a user