Subversion Repositories gelsvn

Rev

Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 7... Line 7...
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <math.h>
8
#include <math.h>
9
#include <string.h>
9
#include <string.h>
10
#include "rply.h"
10
#include "rply.h"
11
#include "ply_load.h"
11
#include "ply_load.h"
12
#include <CGLA/Vec4f.h>
12
#include "../CGLA/Vec4f.h"
13
 
13
 
14
namespace Geometry
14
namespace Geometry
15
{
15
{
16
    using namespace std;
16
    using namespace std;
17
    using namespace CGLA;
17
    using namespace CGLA;