Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
libdlib-dev / usr / include / dlib / gui_core.h
Size: Mime:
// Copyright (C) 2005  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_GUI_CORe_
#define DLIB_GUI_CORe_


#include "platform.h"



#ifdef WIN32
#include "gui_core/windows.h"
#else
#include "gui_core/xlib.h"
#endif



#endif // DLIB_GUI_CORe_