Freeciv-3.2
Loading...
Searching...
No Matches
Macros
gui_proto_constructor.h File Reference

Go to the source code of this file.

Macros

#define GUI_FUNC_PROTO(_type, _func, ...)   _type _func( __VA_ARGS__ );
 

Macro Definition Documentation

◆ GUI_FUNC_PROTO

#define GUI_FUNC_PROTO (   _type,
  _func,
  ... 
)    _type _func( __VA_ARGS__ );

Definition at line 22 of file gui_proto_constructor.h.