src/string.cpp
changeset 8113 31b7784db761
parent 7928 63e18de69e50
child 8130 d2eb7d04f6e1
equal deleted inserted replaced
8112:24b89cd40bfd 8113:31b7784db761
     4 
     4 
     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 "macros.h"
       
    10 #include "table/control_codes.h"
     9 #include "table/control_codes.h"
    11 #include "helpers.hpp"
    10 #include "helpers.hpp"
    12 #include "debug.h"
    11 #include "debug.h"
    13 
    12 
    14 #include <stdarg.h>
    13 #include <stdarg.h>