Rename unzip tool.
[SquirrelJME.git] / nanocoat / include / sjme / romInternal.h
blob1f6fc783bab46379b921de762aeabe3131157c31
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 * Internal ROM structures, definitely do not touch these.
13 * @since 2023/12/12
16 #ifndef SQUIRRELJME_ROMINTERNAL_H
17 #define SQUIRRELJME_ROMINTERNAL_H
19 #include "sjme/rom.h"
21 /* Anti-C++. */
22 #ifdef __cplusplus
23 #ifndef SJME_CXX_IS_EXTERNED
24 #define SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_SQUIRRELJME_ROMINTERNAL_H
26 extern "C" {
27 #endif /* #ifdef SJME_CXX_IS_EXTERNED */
28 #endif /* #ifdef __cplusplus */
30 /*--------------------------------------------------------------------------*/
32 /*--------------------------------------------------------------------------*/
34 /* Anti-C++. */
35 #ifdef __cplusplus
36 #ifdef SJME_CXX_SQUIRRELJME_ROMINTERNAL_H
38 #undef SJME_CXX_SQUIRRELJME_ROMINTERNAL_H
39 #undef SJME_CXX_IS_EXTERNED
40 #endif /* #ifdef SJME_CXX_SQUIRRELJME_ROMINTERNAL_H */
41 #endif /* #ifdef __cplusplus */
43 #endif /* SQUIRRELJME_ROMINTERNAL_H */