This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Sorry my bad english Dx | |
/// Original Source: https://www.youtube.com/watch?v=SktXhGElf7w | |
/// | |
/// God bless Bisqwit | |
#include <SFML/Graphics.hpp> | |
#include <SFML/OpenGL.hpp> | |
#include <cmath> | |
#include <array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ================ | |
* Glob and Copy | |
* ================ | |
* «» Add this in manifest file for disable maximum path length limitation: | |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0"> | |
<application> | |
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> | |
<ws2:longPathAware>true</ws2:longPathAware> | |
</windowsSettings> |