mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
Codechange: replace char* where out-of-date
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file string.cpp Handling of C-type strings (char*). */
|
||||
/** @file string.cpp Handling of strings (std::string/std::string_view). */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "debug.h"
|
||||
|
||||
Reference in New Issue
Block a user