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-16 13:59:11 +10:00

10 lines
134 B
C++

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