src/string.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 10455 22c441f5adf9
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     2 
     2 
     3 /** @file string.cpp */
     3 /** @file string.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "table/control_codes.h"
       
     8 #include "debug.h"
     7 #include "debug.h"
     9 #include "core/alloc_func.hpp"
     8 #include "core/alloc_func.hpp"
    10 #include "string_func.h"
     9 #include "string_func.h"
       
    10 
       
    11 #include "table/control_codes.h"
    11 
    12 
    12 #include <stdarg.h>
    13 #include <stdarg.h>
    13 #include <ctype.h> // required for tolower()
    14 #include <ctype.h> // required for tolower()
    14 
    15 
    15 void ttd_strlcat(char *dst, const char *src, size_t size)
    16 void ttd_strlcat(char *dst, const char *src, size_t size)