diff --git a/include/dosbox.h b/include/dosbox.h index b32184e5..718a6130 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -68,6 +68,7 @@ enum MachineType { }; extern MachineType machine; +extern bool SDLNetInited; #ifndef __LOGGING_H_ #include "logging.h"