AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Terrain doc #11

Closed AlemSnyder closed 2 years ago

AlemSnyder commented 2 years ago

Adds documentation to six files. These are the four in Terrain generation, and two others.

egelja commented 2 years ago

You need to use enums in terrain.cpp, not just type == 8, etc.