Moved the common directory into the libs directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef NETWORKQUEUE_HPP_
|
||||
#define NETWORKQUEUE_HPP_
|
||||
|
||||
#include "packet_type.hpp"
|
||||
|
||||
int networkQueue(void*);
|
||||
Packet getPacket();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user