Skip to content
xFrednet edited this page Nov 13, 2016 · 1 revision

Welcome to the Zaap wiki!

The Wiki will be written and maintained at a later time when the engine is actually working correctly.

Macros

For now I'll just add same small information how and the macros are used and named in Zaap.

  1. ZA_ macros are used to configure the engine to the liking of the user.
  2. ZAAP_ macros are used for the inner working of the engine. These macros shouldn't be changed or tempered with from outside of the engine. Just hope that everything works with ZA_ macros.

ZA_ macros

  1. ZA_OS_WINDOWS - Use this macro to compile the project for Windows
  2. ZA_DO_NOT_INCLUDE_DIRECTX - Use this macro to remove DirectX components from the compilation. (DirectX will only be included if "ZA_OS_WINDOWS" is defined)
Clone this wiki locally