Rev 349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#include "tracer.hpp"
#include "tracer.h"
tracer::tracer(int w, int h) : width_(w), height_(h), scene_(0) {}
tracer::~tracer(void) {}