Changed the local header includes from <> to "" to help the OSG compile.
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_LIB3DS_BACKGROUND_H
|
||||
#include <background.h>
|
||||
#include "background.h"
|
||||
#endif
|
||||
#ifndef INCLUDED_LIB3DS_ATMOSPHERE_H
|
||||
#include <atmosphere.h>
|
||||
#include "atmosphere.h"
|
||||
#endif
|
||||
#ifndef INCLUDED_LIB3DS_SHADOW_H
|
||||
#include <shadow.h>
|
||||
#include "shadow.h"
|
||||
#endif
|
||||
#ifndef INCLUDED_LIB3DS_VIEWPORT_H
|
||||
#include <viewport.h>
|
||||
#include "viewport.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
#define LIB3DS_EXPORT
|
||||
#include <shadow.h>
|
||||
#include <chunk.h>
|
||||
#include <readwrite.h>
|
||||
#include <math.h>
|
||||
#include "shadow.h"
|
||||
#include "chunk.h"
|
||||
#include "readwrite.h"
|
||||
#include "math.h"
|
||||
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user