AbitTheGray / Decay-Library

Work-In-Progress | Library for parsing BSP/WAD files from GoldSrc.
https://graymadness.net/game/decay/
MIT License
5 stars 0 forks source link

Add Error Codes to C API #19

Closed AbitTheGray closed 3 years ago

AbitTheGray commented 4 years ago

Followup to #1

Most functions now return NULL / nullptr on any kind of problem.

Add error code instead. Either by return codes or global error variable.

AbitTheGray commented 3 years ago

Added where necessary.

Can be re-opened when needed.