1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fix: licenses, pragma guards, StdInc

This commit is contained in:
Evgeny Malygin
2024-03-29 07:48:52 +02:00
committed by GitHub
parent 54405e33bc
commit 25125f96da
54 changed files with 282 additions and 39 deletions

View File

@@ -1,3 +1,12 @@
/*
* StringUtils.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#include "StdInc.h"
#include <vstd/StringUtils.h>