mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
7 lines
143 B
C++
7 lines
143 B
C++
#ifndef STORM_QUEUE_HPP
|
|
#define STORM_QUEUE_HPP
|
|
|
|
#include "storm/queue/TSPriorityQueue.hpp"
|
|
#include "storm/queue/TSTimerPriority.hpp"
|
|
|
|
#endif
|