X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/070f97038a36f1c8e5401f0701f1313ea33148cc..02f215c550418f180d0d1b2694c99a7a8d4dc4b2:/projects/rscriptd/listener.h diff --git a/projects/rscriptd/listener.h b/projects/rscriptd/listener.h index abc03f6f..f4d2856e 100644 --- a/projects/rscriptd/listener.h +++ b/projects/rscriptd/listener.h @@ -26,10 +26,10 @@ #include #include -#include "os_int.h" -#include "blowfish.h" -#include "rs_packets.h" -#include "stg_logger.h" +#include "stg/os_int.h" +#include "stg/blowfish.h" +#include "stg/rs_packets.h" +#include "stg/logger.h" struct UserData { @@ -94,7 +94,6 @@ private: // Networking stuff bool PrepareNet(); bool FinalizeNet(); - bool WaitPackets(int sd) const; bool RecvPacket(); // Parsing stuff bool CheckHeader(const RS_PACKET_HEADER & header) const;