Exceptions are now part of the PolyVox public API (client code may need to catch them) but the utility macros we use to throw them are still private implementation details.

This commit is contained in:
David Williams
2015-05-08 16:15:11 +02:00
parent 4887fc2701
commit 3c31643e4f
3 changed files with 81 additions and 42 deletions

View File

@ -21,6 +21,7 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
// This file provides a simple way to include all error-handling functionality.
#ifndef __PolyVox_ErrorHandling_H__
#define __PolyVox_ErrorHandling_H__