5 lines
165 B
C
5 lines
165 B
C
#pragma once
|
|
#include "structs.h"
|
|
|
|
void displaySzene(sphere **objectList, int objectCount, camera cam1, int width, int height, int channels, unsigned char **image);
|