cave-story-solaris/DoConfig/fltk/FL/platform.H
Clownacy 537d777536 Revert "Removed the DoConfig folder"
This reverts commit afb3e2f83e.

This branch needs this
2019-09-05 12:49:35 +00:00

31 lines
811 B
C

//
// "$Id$"
//
// Platform abstraction header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2018 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
//
// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
// http://www.fltk.org/str.php
//
// This file is present for compatibility with FLTK 1.4 and later.
// In FLTK 1.4 FL/platform.H replaces FL/x.H. FLTK 1.4 code that
// includes FL/platform.H instead of FL/x.H can now be compiled with
// FLTK 1.3.5 and later versions.
#if !defined(Fl_X_H)
#include <FL/x.H>
#endif
//
// End of "$Id$".
//