Feature #1374 » 0048-client-.h-Remove-trailing-spaces.patch
| client/audio_none.h | ||
|---|---|---|
|
/**********************************************************************
|
||
|
/***********************************************************************
|
||
|
Freeciv - Copyright (C) 2002 - R. Falke
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
| client/audio_sdl.h | ||
|---|---|---|
|
/**********************************************************************
|
||
|
/***********************************************************************
|
||
|
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
| client/chatline_common.h | ||
|---|---|---|
|
/**********************************************************************
|
||
|
/***********************************************************************
|
||
|
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
| ... | ... | |
|
}
|
||
|
#endif /* __cplusplus */
|
||
|
#endif /* FC__CHATLINE_COMMON_H */
|
||
|
#endif /* FC__CHATLINE_COMMON_H */
|
||
| client/client_main.h | ||
|---|---|---|
|
* C_S_RUNNING: Connected ith game in progress.
|
||
|
* C_S_OVER: Connected with game over.
|
||
|
*/
|
||
|
enum client_states {
|
||
|
enum client_states {
|
||
|
C_S_INITIAL,
|
||
|
C_S_DISCONNECTED,
|
||
|
C_S_PREPARING,
|
||
| client/climisc.h | ||
|---|---|---|
|
void center_on_something(void);
|
||
|
/*
|
||
|
/*
|
||
|
* A compound id (cid) can hold all objects a city can build:
|
||
|
* improvements (with wonders) and units. This is achieved by
|
||
|
* seperation the value set: a cid < B_LAST denotes a improvement
|
||
| client/editor.h | ||
|---|---|---|
|
OBJTYPE_CITY,
|
||
|
OBJTYPE_PLAYER,
|
||
|
OBJTYPE_GAME,
|
||
|
|
||
|
NUM_OBJTYPES
|
||
|
};
|
||
| client/global_worklist.h | ||
|---|---|---|
|
/**********************************************************************
|
||
|
/***********************************************************************
|
||
|
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
| client/helpdata.h | ||
|---|---|---|
|
#define help_items_iterate(pitem) { \
|
||
|
const struct help_item *pitem; \
|
||
|
help_iter_start(); \
|
||
|
while ((pitem = help_iter_next())) {
|
||
|
#define help_items_iterate_end }}
|
||
|
while ((pitem = help_iter_next())) {
|
||
|
#define help_items_iterate_end \
|
||
|
} \
|
||
|
}
|
||
|
enum help_page_type help_type_by_requirement(const struct requirement *req);
|
||
| client/repodlgs_common.h | ||
|---|---|---|
|
int *num_entries_used, int *total_cost,
|
||
|
int *total_income);
|
||
|
/* This function returns an array with the gold upkeeped units.
|
||
|
* FIXME: Many clients doesn't yet use this function and show also only the
|
||
|
* buildings in the economy reports
|
||
|
* FIXME: Many clients doen't yet use this function and show also only the
|
||
|
* buildings in the economy reports.
|
||
|
* I think that there should be only one function which returns an array of
|
||
|
* char* arrays like some other common functions but that means updating all
|
||
|
* client simultaneously and I simply can't */
|
||
| client/themes_common.h | ||
|---|---|---|
|
/**********************************************************************
|
||
|
/***********************************************************************
|
||
|
Freeciv - Copyright (C) 2005 The Freeciv Team
|
||
|
This program is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||