mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
f3564ed86e
commit
730fee8538
5 changed files with 8 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "ligo_material.h"
|
||||
|
||||
// Ligo include
|
||||
#include "ligo_error.h"
|
||||
#include "nel/ligo/ligo_error.h"
|
||||
|
||||
//using namespace NL3D;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#define NL_MATERIAL_LIGO_H
|
||||
|
||||
#include "nel/misc/types_nl.h"
|
||||
#include "zone_template.h"
|
||||
#include "nel/ligo/zone_template.h"
|
||||
|
||||
// NeL include
|
||||
//#include "3d/zone.h"
|
||||
|
|
|
@ -18,8 +18,9 @@
|
|||
#include "transition.h"
|
||||
|
||||
// Ligo include
|
||||
#include "zone_template.h"
|
||||
#include "ligo_error.h"
|
||||
#include "nel/ligo/zone_template.h"
|
||||
#include "nel/ligo/ligo_error.h"
|
||||
|
||||
#include "ligo_material.h"
|
||||
|
||||
namespace NLLIGO
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
// Ligo include
|
||||
#include "zone_edge.h"
|
||||
#include "nel/ligo/ligo_config.h"
|
||||
#include "ligo_error.h"
|
||||
#include "nel/ligo/ligo_error.h"
|
||||
|
||||
// NeL include
|
||||
#include "nel/misc/matrix.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdligo.h"
|
||||
#include "zone_template.h"
|
||||
#include "ligo_error.h"
|
||||
#include "nel/ligo/zone_template.h"
|
||||
#include "nel/ligo/ligo_error.h"
|
||||
#include "nel/ligo/ligo_config.h"
|
||||
|
||||
#include "nel/misc/stream.h"
|
||||
|
|
Loading…
Reference in a new issue