tdworg / samp-include-bit

The library contains useful bit manipulation macros. Also, it contains bitset library for working with bit arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDW Bit Libraries

About the library

Library that will help you to work with bitwise operations.

Installation

  1. Download library.
  2. All files move into folder pawno/includes. But, you can use the flag -i<path> to specify an alternative path.
  3. Include it:
#include <a_samp> // standart SAMP library
#include <tdw_bit>

Libraries:

Name Version Description
tdw_bit 2.1.0 Contains the macros.
tdw_bitset 2.1.5 Bit-array

About

The library contains useful bit manipulation macros. Also, it contains bitset library for working with bit arrays.

License:zlib License


Languages

Language:Pawn 100.0%