Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] (PR#11213) Making client headers compatible with C++
Home

[Freeciv-Dev] (PR#11213) Making client headers compatible with C++

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: fbriere@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#11213) Making client headers compatible with C++
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Nov 2004 10:05:34 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=11213 >

Wouldn't it be easier to use an "extern" declaration?


extern "C" {

#include "shared.h"
#include "fctypes.h"
#include "options.h"

}

-jason




[Prev in Thread] Current Thread [Next in Thread]