Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 960 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 960 Bytes

PureBasic Headers and Libraries

This repository is a collection of PureBasic Headers and Libraries I made over the years.

I recommend that you use PBHGEN when you use any of my code. It automatically generates headers with declare statements for your files so that you can call procedures anywhere - regardless of their position.

PureBasic Headers

PureBasic Libraries

  • FastPoke - Immediately optimizes most PokeX() commands in PureBasic.
  • StringConverter - Adds methods to easily convert between different string formats.
  • Queue - Adds a Queue to PureBasic using List macros.