1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
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 // -------------------------------------------------------------------------*/
11 * ScritchUI externals, for internal usage only.
16 #ifndef SQUIRRELJME_SCRITCHUIEXTERN_H
17 #define SQUIRRELJME_SCRITCHUIEXTERN_H
19 #include "lib/scritchui/scritchuiTypes.h"
20 #include "sjme/dylib.h"
24 #ifndef SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_IS_EXTERNED
26 #define SJME_CXX_SQUIRRELJME_SCRITCHUIEXTERN_H
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 /*--------------------------------------------------------------------------*/
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 */