5 lines
73 B
C
5 lines
73 B
C
#pragma once
|
|
#include "structs.h"
|
|
|
|
RGBA raytraceSphere(sphere *, ray *);
|
#pragma once
|
|
#include "structs.h"
|
|
|
|
RGBA raytraceSphere(sphere *, ray *);
|