TORCS, The Open Racing Car Simulator, is a car racing simulation, which allows you to drive in races against opponents simulated by the computer. You can also develop your own computer-controlled driver (also called a robot) in C or C++.
14 lines
378 B
Text
14 lines
378 B
Text
$NetBSD: patch-af,v 1.1.1.1 2008/11/17 14:04:31 yhardy Exp $
|
|
|
|
--- src/drivers/olethros/geometry.cpp.orig 2008-03-15 01:20:30.000000000 +0200
|
|
+++ src/drivers/olethros/geometry.cpp 2008-03-15 01:20:52.000000000 +0200
|
|
@@ -24,6 +24,9 @@
|
|
#include <cstdio>
|
|
#include <exception>
|
|
#include <stdexcept>
|
|
+
|
|
+using namespace std;
|
|
+
|
|
#ifdef WIN32
|
|
#include <float.h>
|
|
#define isnan _isnan
|