Fixed HAVE_ARTOOLKIT

This commit is contained in:
Josh Yelon 2007-10-26 22:02:50 +00:00
parent a80fa17906
commit 8672ce620f
2 changed files with 4 additions and 2 deletions

View File

@ -16,9 +16,10 @@
//
////////////////////////////////////////////////////////////////////
#include "arToolKit.h"
#ifdef HAVE_ARTOOLKIT
#include "arToolKit.h"
#include "pandaNode.h"
#include "camera.h"
#include "config_grutil.h"

View File

@ -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"