VOX
A little voxel engine
Loading...
Searching...
No Matches
ThreadSafePacketQueue.hpp File Reference
#include "ThreadSafeQueue.hpp"
#include "IPacket.hpp"
#include <memory>
Include dependency graph for ThreadSafePacketQueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef ThreadSafeQueue< std::shared_ptr< IPacket > > ThreadSafePacketQueue
 

Typedef Documentation

◆ ThreadSafePacketQueue

typedef ThreadSafeQueue<std::shared_ptr<IPacket> > ThreadSafePacketQueue