Fix C90 compilation issues
This commit is contained in:
parent
9d08aa82ca
commit
ac93858dbd
@ -16,10 +16,11 @@
|
|||||||
#ifndef GMIO_INTERNAL_STLB_WRITE_H
|
#ifndef GMIO_INTERNAL_STLB_WRITE_H
|
||||||
#define GMIO_INTERNAL_STLB_WRITE_H
|
#define GMIO_INTERNAL_STLB_WRITE_H
|
||||||
|
|
||||||
|
#include "../../gmio_core/endian.h"
|
||||||
|
|
||||||
struct gmio_rwargs;
|
struct gmio_rwargs;
|
||||||
struct gmio_stl_mesh;
|
struct gmio_stl_mesh;
|
||||||
struct gmio_stl_write_options;
|
struct gmio_stl_write_options;
|
||||||
enum gmio_endianness;
|
|
||||||
|
|
||||||
/*! Writes geometry in the STL binary format
|
/*! Writes geometry in the STL binary format
|
||||||
*
|
*
|
||||||
|
@ -34,9 +34,6 @@ struct gmio_stl_mesh_creator;
|
|||||||
struct gmio_stl_write_options;
|
struct gmio_stl_write_options;
|
||||||
struct gmio_stlb_header;
|
struct gmio_stlb_header;
|
||||||
|
|
||||||
enum gmio_endianness;
|
|
||||||
enum gmio_stl_format;
|
|
||||||
|
|
||||||
GMIO_C_LINKAGE_BEGIN
|
GMIO_C_LINKAGE_BEGIN
|
||||||
|
|
||||||
/*! Reads STL mesh from file, format is automatically guessed
|
/*! Reads STL mesh from file, format is automatically guessed
|
||||||
|
Loading…
Reference in New Issue
Block a user