Freeciv-3.3
Loading...
Searching...
No Matches
Functions
stubai.c File Reference
#include "ai.h"
#include "player.h"

Go to the source code of this file.

Functions

const charfc_ai_stub_capstr (void)
 
bool fc_ai_stub_setup (struct ai_type *ai)
 
static void stub_end_turn (struct player *pplayer)
 

Function Documentation

◆ fc_ai_stub_capstr()

const char * fc_ai_stub_capstr ( void  )

Return module capability string

Definition at line 28 of file stubai.c.

◆ fc_ai_stub_setup()

bool fc_ai_stub_setup ( struct ai_type ai)

Setup player ai_funcs function pointers.

Definition at line 44 of file stubai.c.

Referenced by ai_init().

◆ stub_end_turn()

static void stub_end_turn ( struct player pplayer)
static

Set phase done

Definition at line 36 of file stubai.c.

Referenced by fc_ai_stub_setup().