src/string.cpp
changeset 8130 d2eb7d04f6e1
parent 8113 31b7784db761
child 8131 160939e24ed3
equal deleted inserted replaced
8129:e6732d9340e9 8130:d2eb7d04f6e1
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "functions.h"
     7 #include "functions.h"
     8 #include "string.h"
     8 #include "string.h"
     9 #include "table/control_codes.h"
     9 #include "table/control_codes.h"
    10 #include "helpers.hpp"
       
    11 #include "debug.h"
    10 #include "debug.h"
       
    11 #include "core/alloc_func.hpp"
    12 
    12 
    13 #include <stdarg.h>
    13 #include <stdarg.h>
    14 #include <ctype.h> // required for tolower()
    14 #include <ctype.h> // required for tolower()
    15 
    15 
    16 void ttd_strlcat(char *dst, const char *src, size_t size)
    16 void ttd_strlcat(char *dst, const char *src, size_t size)