This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/libs/common/network_queue.hpp
T
2013-06-17 10:12:20 +10:00

11 lines
169 B
C++

#ifndef NETWORKQUEUE_HPP_
#define NETWORKQUEUE_HPP_
#include "packet_type.hpp"
int networkQueue(void*);
Packet peekNetworkPacket();
Packet popNetworkPacket();
#endif