5 lines
101 B
C
5 lines
101 B
C
#pragma once
|
|
struct Mesh;
|
|
|
|
Mesh* generateSphereMesh(unsigned int vertical, unsigned int horizontal);
|