Fix C90 compilation issues

This commit is contained in:
Hugues Delorme 2015-12-03 18:29:23 +01:00
parent 9d08aa82ca
commit ac93858dbd
2 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,11 @@
#ifndef GMIO_INTERNAL_STLB_WRITE_H
#define GMIO_INTERNAL_STLB_WRITE_H
#include "../../gmio_core/endian.h"
struct gmio_rwargs;
struct gmio_stl_mesh;
struct gmio_stl_write_options;
enum gmio_endianness;
/*! Writes geometry in the STL binary format
*

View File

@ -34,9 +34,6 @@ struct gmio_stl_mesh_creator;
struct gmio_stl_write_options;
struct gmio_stlb_header;
enum gmio_endianness;
enum gmio_stl_format;
GMIO_C_LINKAGE_BEGIN
/*! Reads STL mesh from file, format is automatically guessed