CAMERA_H -> VCG_CAMERA_H

This commit is contained in:
Federico Ponchio 2004-03-31 15:07:37 +00:00
parent 2e7c78de96
commit 5f01ce404d
1 changed files with 5 additions and 2 deletions

View File

@ -24,11 +24,14 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/03/25 14:55:25 ponchio
Adding copyright.
****************************************************************************/
#ifndef CAMERA_H
#define CAMERA_H
#ifndef VCG_CAMERA_H
#define VCG_CAMERA_H
#include <vcg/space/point3.h>
#include <vcg/math/Matrix44.h>