8 lines
71 B
C++
8 lines
71 B
C++
|
#include "terrain.hh"
|
||
|
|
||
|
Terrain::Terrain() {
|
||
|
}
|
||
|
|
||
|
Terrain::~Terrain() {
|
||
|
}
|