#include <camera> -> #include <view>

This commit is contained in:
Federico Ponchio 2004-03-31 15:06:41 +00:00
parent e75f79b6ed
commit 2e7c78de96
1 changed files with 4 additions and 1 deletions

View File

@ -24,13 +24,16 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/03/25 14:55:25 ponchio
Adding copyright.
****************************************************************************/
#ifndef FRUSTUM_H
#define FRUSTUM_H
#include <wrap/gui/camera.h>
#include <wrap/gui/view.h>
#include <vcg/space/plane3.h>
#include <vcg/space/line3.h>