[Freeciv-Dev] Re: (PR#10093) Rewrite win32 connect dialog
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10093 >
James Canete wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=10093 >
>
> Update.
>
> New:
> - auth support works
> - integrated new game dialog
>
> Todo:
> - fix loading games
> - game options button is there, but does nothing
> - fix some bugs
> - comments
connectdlg.c:777: warning: `load_game_callback' was used with no
prototype before its definition
I'm not sure what this means. But don't declare functions with no
paramerers (like load_game_callback()); instead use a void parameter
(load_game_callback(void)).
jason
- [Freeciv-Dev] Re: (PR#10093) Rewrite win32 connect dialog,
Jason Short <=
|
|