9 lines
171 B
C++
9 lines
171 B
C++
#pragma once
|
|
|
|
#include "StructureStart.h"
|
|
|
|
class MineShaftStart : public StructureStart
|
|
{
|
|
public:
|
|
MineShaftStart(Level *level, Random *random, int chunkX, int chunkZ);
|
|
}; |