Skip to content

BigETI/pawn-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked list implementation in PAWN

sampctl package

Description

This is a linked list implementation in PAWN. Detailed documentation can be checked out at the wiki.

Installation

Using sampctl

  1. Get sampctl from https://github.com/Southclaws/sampctl
  2. Install package using this command:
sampctl package install BigETI/pawn-list
  1. Include library in your PAWN code
#include <list>

Manually

  1. Get pawn-memory from https://github.com/BigETI/pawn-memory
  2. Move or copy list.inc to your PAWN includes directory
  3. Include library in your PAWN code
#include <list>

Dependencies

Documentation

You can find the documentation here: https://github.com/BigETI/pawn-list/wiki

Licence

You can find the licence here: https://github.com/BigETI/pawn-list/blob/master/LICENCE.md

How to contribute to this project?

Just create a fork out of this project, make your changes and create a pull request.

About

Linked list implementation in PAWN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages