Freeciv-3.2
Loading...
Searching...
No Matches
Functions
capability.h File Reference
#include "support.h"

Go to the source code of this file.

Functions

bool has_capability (const char *cap, const char *capstr)
 
bool has_capabilities (const char *us, const char *them)
 

Function Documentation

◆ has_capabilities()

bool has_capabilities ( const char us,
const char them 
)

◆ has_capability()

bool has_capability ( const char cap,
const char capstr 
)

Wrapper for fc_has_capability() for NULL terminated strings.

Definition at line 77 of file capability.c.

Referenced by compat_load_020400(), packet_handlers_get(), and sg_load_map().