









CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CURL_LIBRARY_CRYPTO
linked by target "DDNet" in directory /ddnet-master
CURL_LIBRARY_SSL
linked by target "DDNet" in directory /ddnet-master



























































[...]/editor/entities/ are named DDNet, FNG, Race & Vanilla, and the ones in [...]/editor/entities_clear/ are ddnet ddrace fng race vanilla? why not keep one naming scheme? ._.





























int main() {
}
// better than
int main()
{
}






int
main()
{
}






int i;
for(i =0;i<10;i++);


local i
for ((i=0;i<10;i++))
so i stays in function scope





























































