[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]
<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
|
|