Updated GLI version used in GLM tests
This commit is contained in:
15
test/external/gli/core/file.hpp
vendored
Normal file
15
test/external/gli/core/file.hpp
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/// @brief File helper functions
|
||||
/// @file gli/core/file.hpp
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
namespace gli{
|
||||
namespace detail
|
||||
{
|
||||
FILE* open_file(const char *Filename, const char *mode);
|
||||
}//namespace detail
|
||||
}//namespace gli
|
||||
|
||||
#include "./file.inl"
|
||||
Reference in New Issue
Block a user