Unuk/src/libUnuk/LevelGen/LevelGen.h

11 lines
88 B
C++

#pragma once
class LevelGen {
public:
LevelGen(void);
~LevelGen(void);
private:
};