src/ai/api/ai_sign.cpp
branchnoai
changeset 9723 eee46cb39750
parent 9599 949374e83b78
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     2 
     2 
     3 /** @file ai_sign.cpp handles all functions of the AISign class */
     3 /** @file ai_sign.cpp handles all functions of the AISign class */
     4 
     4 
     5 #include "ai_sign.hpp"
     5 #include "ai_sign.hpp"
     6 #include "table/strings.h"
     6 #include "table/strings.h"
     7 #include "../../command.h"
     7 #include "../../command_func.h"
       
     8 #include "../../core/alloc_func.hpp"
     8 #include "../../landscape.h"
     9 #include "../../landscape.h"
     9 #include "../../signs.h"
    10 #include "../../signs.h"
    10 #include "../../strings.h"
    11 #include "../../strings_func.h"
    11 #include "../../variables.h" /* For SetDParam */
    12 #include "../../map_func.h"
    12 
    13 
    13 SignID AISign::GetMaxSignID()
    14 SignID AISign::GetMaxSignID()
    14 {
    15 {
    15 	return ::GetMaxSignIndex();
    16 	return ::GetMaxSignIndex();
    16 }
    17 }