Freeciv21
Develop your civilization from humble roots to a global empire
stubai.c File Reference
#include <fc_config.h>
#include "ai.h"
#include "player.h"
+ Include dependency graph for stubai.c:

Go to the source code of this file.

Functions

const char * fc_ai_stub_capstr (void)
 Return module capability string. More...
 
bool fc_ai_stub_setup (struct ai_type *ai)
 Setup player ai_funcs function pointers. More...
 
static void stub_end_turn (struct player *pplayer)
 Set phase done. More...
 

Function Documentation

◆ fc_ai_stub_capstr()

const char * fc_ai_stub_capstr ( void  )

Return module capability string.

Definition at line 26 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 39 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 31 of file stubai.c.

Referenced by fc_ai_stub_setup().