src/main.cc
author saiam
Sun, 30 Nov 2008 23:45:01 +0000
changeset 154 78d144a48354
parent 0 c8174cf25e06
permissions -rw-r--r--
This version has a nasty bug in collision detection. We'll get rid of it by making the collision detection to return te point
of collision.
#include "config.h"
#include <iostream>

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