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