An queue data structure implementation for PAWN using circular algorithm.
- Get the include queue.inc
- Include the library in your PAWN script:
#include <queue>
If you found any issues with the library, post it on issues or create an pull request with the fix.
If you want to contribute with something, make a fork and create an pull request.
You can find the documentation here.