0.8.2 API documentation
file.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <cstdio>
7 
8 namespace gli{
9 namespace detail
10 {
11  FILE* open_file(const char *Filename, const char *mode);
12 }//namespace detail
13 }//namespace gli
14 
15 #include "./file.inl"
Namespace where all the classes and functions provided by GLI are exposed.
Definition: clear.hpp:6