guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
gnative.hpp
1 //
2 // Native Layer
3 // guit GUI Toolkit
4 // Copyright © 2019 Eric Lecolinet. All rights reserved.
5 // http://www.telecom-paristech.fr/~elc
6 //
7 
8 #ifndef Guit_Native_hpp
9 #define Guit_Native_hpp
10 
11 #include <gsdl.hpp>
12 
13 #endif