Files
CPU-Raytracer/raytrace.h
T

5 lines
74 B
C

#pragma once
#include "structs.h"
RGBA raytraceSphere(sphere **, ray *);