You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to stay polite and maybe count to 10 before opening an issue when you're frustrated.
The time.h file will only conflict with the standard library if you add the include/enet folder to your include path. Don't do this. Add only the include folder and include ENet using:
#include<enet/enet.h>
Many libraries use this style, btw (other examples include libxml and curl).
Why you fucking define the name of a header file as time. h? Don't you know that this will conflict with the standard library?
The text was updated successfully, but these errors were encountered: