diff --git a/src/illumination/illumination.h b/src/illumination/illumination.h new file mode 100644 index 0000000..6e9b6f0 --- /dev/null +++ b/src/illumination/illumination.h @@ -0,0 +1,7 @@ +#ifndef ILLUMINATION_H +#define ILLUMINATION_H + +#include "raycaster.h" +#include "shading.h" + +#endif // ILLUMINATION_H \ No newline at end of file