Subversion Repositories gelsvn

Rev

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

Rev 349 Rev 353
Line 1... Line 1...
1
#ifndef __PATHTRACER_X__HPP__
1
#ifndef __PATHTRACER_X__H__
2
#define __PATHTRACER_X__HPP__
2
#define __PATHTRACER_X__H__
3
 
3
 
4
#include "tracer.hpp"
4
#include "tracer.h"
5
 
5
 
6
class path_tracer : public tracer
6
class path_tracer : public tracer
7
{
7
{
8
public:
8
public:
9
    path_tracer(int width, int height, bool explicit_direct, int subsamples);
9
    path_tracer(int width, int height, bool explicit_direct, int subsamples);