11 lines
304 B
C
11 lines
304 B
C
![]() |
#ifndef FOUG_C_LIBSTL_STLB_GLOBAL_H
|
||
|
#define FOUG_C_LIBSTL_STLB_GLOBAL_H
|
||
|
|
||
|
#include "../foug_global.h"
|
||
|
|
||
|
#define FOUG_STLB_HEADER_SIZE 80
|
||
|
#define FOUG_STLB_MIN_CONTENTS_SIZE 284
|
||
|
#define FOUG_STLB_TRIANGLE_SIZE 50 /* 12 * sizeof(foug_real32_t) + sizeof(uint16_t) */
|
||
|
|
||
|
#endif /* FOUG_C_LIBSTL_STLB_GLOBAL_H */
|