From 093200a449ea38952de52012e324036c106e294b Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 27 May 2024 20:56:59 -0500 Subject: boutta switch away from templates --- scene.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scene.h (limited to 'scene.h') diff --git a/scene.h b/scene.h new file mode 100644 index 0000000..05ce2af --- /dev/null +++ b/scene.h @@ -0,0 +1,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 scene { + + +} + +#endif \ No newline at end of file -- cgit v1.2.3