Implemented generator headers

This commit is contained in:
CobaltXII
2018-12-30 17:49:06 -05:00
parent dced240e79
commit 57322a2d08
2 changed files with 5 additions and 0 deletions

0
src/inc/generator.cpp Normal file
View File

5
src/inc/generator.hpp Normal file
View File

@@ -0,0 +1,5 @@
// Generate a world using a seed.
void generate_world(world* out, unsigned int seed)
{
}