src/helpers.cpp
changeset 9282 2bb9703aeb39
parent 6977 67b989528f3d
child 10429 1b99254f9607
equal deleted inserted replaced
9281:d8cd9ac52a68 9282:2bb9703aeb39
     3 /** @file helpers.cpp */
     3 /** @file helpers.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 
     6 
     7 #include "openttd.h"
     7 #include "openttd.h"
     8 #include "engine.h"
     8 #include "engine_func.h"
     9 
     9 
    10 #include <new>
    10 #include <new>
    11 #include "misc/blob.hpp"
    11 #include "misc/blob.hpp"
    12 
    12 
    13 /* Engine list manipulators - current implementation is only C wrapper around CBlobT<EngineID> (see yapf/blob.hpp) */
    13 /* Engine list manipulators - current implementation is only C wrapper around CBlobT<EngineID> (see yapf/blob.hpp) */