mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed HAVE_ARTOOLKIT
This commit is contained in:
parent
a80fa17906
commit
8672ce620f
@ -16,9 +16,10 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "arToolKit.h"
|
||||
|
||||
#ifdef HAVE_ARTOOLKIT
|
||||
|
||||
#include "arToolKit.h"
|
||||
#include "pandaNode.h"
|
||||
#include "camera.h"
|
||||
#include "config_grutil.h"
|
||||
|
@ -19,9 +19,10 @@
|
||||
#ifndef ARTOOLKIT_H
|
||||
#define ARTOOLKIT_H
|
||||
|
||||
#include "pandabase.h"
|
||||
|
||||
#ifdef HAVE_ARTOOLKIT
|
||||
|
||||
#include "pandabase.h"
|
||||
#include "nodePath.h"
|
||||
#include "texture.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user