changeset 10429 | 1b99254f9607 |
parent 8760 | ce0891c412ce |
child 11178 | aa617a8b4f34 |
10428:eecb81857b5a | 10429:1b99254f9607 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file string.cpp */ |
3 /** @file string.cpp Handling of C-type strings (char*). */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "core/alloc_func.hpp" |
8 #include "core/alloc_func.hpp" |