clydeshaffer / gametank_sdk

Copy this repository to get started on your own GameTank game!
4 stars 4 forks source link

Gate some features with macros #26

Open clydeshaffer opened 1 day ago

clydeshaffer commented 1 day ago

To make the SDK more customizable, some features could be gated behind macros so they don't even get compiled in if disabled.

eg.

FEATURE_ENABLED_TEXT FEATURE_ENABLED_MUSIC FEATURE_ENABLED_DRAWQUEUE