summaryrefslogtreecommitdiff
path: root/scene.h
blob: 05ce2af3282950ba2aed93b6765a715882e65356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SCENE_H
#include SCENE_H
#include "camera.cuh"
#include "render_object.cuh"

//for now we only neeed once scene, later we'll expand this to just be a virtual template
template <class T> class scene {
    

}

#endif