You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
ENet windows compilation fixes.
For reference, when you include a Windows header (be it directly windows.h or something that includes it) put it at the end of the includes. it seems I forgot.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "networked_multiplayer_enet.h"
|
||||
#include "os/os.h"
|
||||
#include "io/marshalls.h"
|
||||
#include "networked_multiplayer_enet.h"
|
||||
|
||||
void NetworkedMultiplayerENet::set_transfer_mode(TransferMode p_mode) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user