As done with BibleC, used #define and #ifdef to force the inclusion of the header file to only happen once, thus preventing errors when including the header file in other projects. This is essentially a #pragma once, but compatible with a wider range of compilers.
As done with BibleC, used `#define` and `#ifdef` to force the inclusion of the header file to only happen once, thus preventing errors when including the header file in other projects. This is essentially a `#pragma once`, but compatible with a wider range of compilers.
As done with BibleC, used
#define
and#ifdef
to force the inclusion of the header file to only happen once, thus preventing errors when including the header file in other projects. This is essentially a#pragma once
, but compatible with a wider range of compilers.d16da55ead
.