Implemented empty Terrain constructor(compiler was complaining.
This commit is contained in:
parent
2ea0f52d5e
commit
62d8a83ddb
7
terrain.cc
Normal file
7
terrain.cc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include "terrain.hh"
|
||||||
|
|
||||||
|
Terrain::Terrain() {
|
||||||
|
}
|
||||||
|
|
||||||
|
Terrain::~Terrain() {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user