Indentations break the feed.
[SquirrelJME.git] / nanocoat / include / sjme / nvm / classyPatch.h
blobe9f3b77b9f66e4276006323b9f355f1070951217
1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
10 /**
11 * Class patching system.
13 * @since 2024/09/13
16 #ifndef SQUIRRELJME_CLASSYPATCH_H
17 #define SQUIRRELJME_CLASSYPATCH_H
19 #include "sjme/nvm/classy.h"
21 /* Anti-C++. */
22 #ifdef __cplusplus
23 #ifndef SJME_CXX_IS_EXTERNED
24 #define SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_SQUIRRELJME_CLASSYPATCH_H
26 extern "C"
28 #endif /* #ifdef SJME_CXX_IS_EXTERNED */
29 #endif /* #ifdef __cplusplus */
31 /*--------------------------------------------------------------------------*/
33 /*--------------------------------------------------------------------------*/
35 /* Anti-C++. */
36 #ifdef __cplusplus
37 #ifdef SJME_CXX_SQUIRRELJME_CLASSYPATCH_H
39 #undef SJME_CXX_SQUIRRELJME_CLASSYPATCH_H
40 #undef SJME_CXX_IS_EXTERNED
41 #endif /* #ifdef SJME_CXX_SQUIRRELJME_CLASSYPATCH_H */
42 #endif /* #ifdef __cplusplus */
44 #endif /* SQUIRRELJME_CLASSYPATCH_H */