src/string.cpp
changeset 8609 8c0c3e9dd6a0
parent 8424 4a488a90ccab
child 8626 440dfcd14c4a
equal deleted inserted replaced
8608:45d77f05d3a3 8609:8c0c3e9dd6a0
     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>