src/main.cc
author saiam
Sun, 30 Nov 2008 13:31:32 +0000
changeset 143 45565385d972
parent 0 c8174cf25e06
permissions -rw-r--r--
Added Terrain::generateTerrain, basicly a straight copy from the old one.
#include "config.h"
#include <iostream>

int main() {
	std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl;
}