MSVC fixes
This commit is contained in:
parent
110e01a861
commit
8ae39ae8d4
@ -25,6 +25,14 @@
|
||||
// warning for truncation of template name for browse info
|
||||
#pragma warning( disable : 4786)
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glu.h>
|
||||
#include <plib/ul.h>
|
||||
|
||||
|
@ -20,6 +20,14 @@
|
||||
* Implementation of class SkyRenderableInstanceCloud.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "SkyUtil.hpp"
|
||||
|
@ -22,6 +22,14 @@
|
||||
|
||||
#pragma warning( disable : 4786)
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "SkyTextureManager.hpp"
|
||||
|
@ -20,9 +20,9 @@
|
||||
//============================================================================
|
||||
|
||||
#include "camutils.hpp"
|
||||
#include <plane.hpp>
|
||||
#include <tri.hpp>
|
||||
#include <minmaxbox.hpp>
|
||||
#include "plane.hpp"
|
||||
#include "tri.hpp"
|
||||
#include "minmaxbox.hpp"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Given a camera's 8 corner vertices and its 6 side planes and a triangle ABC,
|
||||
|
Loading…
Reference in New Issue
Block a user