Fixed build

This commit is contained in:
Shoghi Cervantes Pueyo 2013-05-18 11:24:31 +02:00
parent 5faeff9e16
commit 22d9cefe96

View File

@ -25,6 +25,9 @@ the Free Software Foundation, either version 3 of the License, or
*/ */
/***REM_START***/
require_once("LevelGenerator.php");
/***REM_END***/
class SuperflatGenerator implements LevelGenerator{ class SuperflatGenerator implements LevelGenerator{
private $config, $structure, $chunks, $options, $floorLevel; private $config, $structure, $chunks, $options, $floorLevel;