Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 743 Bytes

pawn-queue

Description

An queue data structure implementation for PAWN using circular algorithm.

Installation

  1. Get the include queue.inc
  2. Include the library in your PAWN script:
#include <queue>

Issues

If you found any issues with the library, post it on issues or create an pull request with the fix.

Contribute

If you want to contribute with something, make a fork and create an pull request.

Documentation

You can find the documentation here.