src/main.cc
author saiam
Sun, 30 Nov 2008 14:01:06 +0000
changeset 145 fc572ad7326a
parent 0 c8174cf25e06
permissions -rw-r--r--
Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
used.
#include "config.h"
#include <iostream>

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