Rename unzip tool.
[SquirrelJME.git] / nanocoat / include / lib / scritchui / scritchuiExtern.h
bloba2cea74396e4de2beb2742606af3f44a3b04cd45
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 * ScritchUI externals, for internal usage only.
13 * @since 2024/06/10
16 #ifndef SQUIRRELJME_SCRITCHUIEXTERN_H
17 #define SQUIRRELJME_SCRITCHUIEXTERN_H
19 #include "lib/scritchui/scritchuiTypes.h"
20 #include "sjme/dylib.h"
22 /* Anti-C++. */
23 #ifdef __cplusplus
24 #ifndef SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_IS_EXTERNED
26 #define SJME_CXX_SQUIRRELJME_SCRITCHUIEXTERN_H
27 extern "C" {
28 #endif /* #ifdef SJME_CXX_IS_EXTERNED */
29 #endif /* #ifdef __cplusplus */
31 /*--------------------------------------------------------------------------*/
33 /** The internal builtin fallback font. */
34 extern SJME_DYLIB_EXPORT const
35 struct sjme_scritchui_sqfCodepage sqf_font_sanserif_12;
37 /*--------------------------------------------------------------------------*/
39 /* Anti-C++. */
40 #ifdef __cplusplus
41 #ifdef SJME_CXX_SQUIRRELJME_SCRITCHUIEXTERN_H
43 #undef SJME_CXX_SQUIRRELJME_SCRITCHUIEXTERN_H
44 #undef SJME_CXX_IS_EXTERNED
45 #endif /* #ifdef SJME_CXX_SQUIRRELJME_SCRITCHUIEXTERN_H */
46 #endif /* #ifdef __cplusplus */
48 #endif /* SQUIRRELJME_SCRITCHUIEXTERN_H */