/pawn-vector

Vector data structure implemented in pawn using y_malloc

Primary LanguagePawnMozilla Public License 2.0MPL-2.0

pawn-vector

sampctl

Installation

Simply install to your project:

sampctl package install killermvc/pawn-vector

Include in your code and begin using the library:

#include <vector>

Usage

You can find the documentation in the wiki

Testing

To test, simply run the package:

sampctl package run