#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 scene { } #endif