colobot/src/script
MrSimbax bbf5c806d8 Fix MSVC compilation due to macros in Windows API headers
There exists `CreateDirectory` `#define` somewhere and it results in
failed compilation of `resourcemanager.cpp`.
Similarly for `RemoveDirectory`. See
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createdirectorya

Rename the two methods to remove the conflict.

The fail occurs at least when using Visual Studio 2022 Preview.
2021-09-04 20:34:02 +02:00
..
cbottoken.cpp Restore repeat(n) instruction 2021-06-11 23:28:53 -04:00
cbottoken.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
script.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
script.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
scriptfunc.cpp Fix MSVC compilation due to macros in Windows API headers 2021-09-04 20:34:02 +02:00
scriptfunc.h Add flag() and deflag() CBOT functions 2020-08-15 03:31:17 +02:00