mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-17 18:01:13 +00:00
2316957026
Note: enet uses 'malloc' and 'free' as field names in a struct - this does not work with any compiler using some sort of heap instrumentation that #defines these names! This had to be changed to allow MSVC debug builds to compile again.
2 lines
46 B
C++
2 lines
46 B
C++
#define ENET_IMPLEMENTATION
|
|
#include "enet.h"
|