ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


bcsutils

This is an old revision of the document!


Table of Contents

BCSUtils

BCSUtils is a BCC-enhanced version of ACSUtils.

Features

  • Strict typing for all functions and constants.
  • All functions are in the BCSUtils namespace.

Using BCSUtils

Just include bcsutils.bcs instead of ''acsutils.acs'.

<code> #library “project”

#include “zcommon.acs” #include “bcsutils.bcs”

This line is optional and makes all BCSUtils functions usable without writing the “BCSUtils.” prefix using BCSUtils;

bcsutils.1500040318.txt.gz · Last modified: 2017/07/14 16:51 by korshun