pull in upstream changes

Merge branch 'master' of github.com:Morlok8k/MinecraftLandGenerator
This commit is contained in:
Morlok8k 2013-03-07 09:49:05 -08:00
commit 1ff450f2e6

View File

@ -1,3 +1,8 @@
/*
* The Computer Programmer's Lament:
* Program complexity grows until it exceeds the capability of the programmer who must maintain it.
*/
package morlok8k.MinecraftLandGenerator;
import java.awt.EventQueue;