Add file that the standalone Jar should be ran and not extracted; Remove lombok docum...
[SquirrelJME.git] / nanocoat / include / lib / scritchui / x11 / x11.h
blob5a0bb86e89aa9f6d3fdb907bc79f42ea8ce96f39
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 * X11 ScritchUI implementation.
13 * @since 2024/07/30
16 #ifndef SQUIRRELJME_X11_H
17 #define SQUIRRELJME_X11_H
19 /* Anti-C++. */
20 #ifdef __cplusplus
21 #ifndef SJME_CXX_IS_EXTERNED
22 #define SJME_CXX_IS_EXTERNED
23 #define SJME_CXX_SQUIRRELJME_X11_H
24 extern "C"
26 #endif /* #ifdef SJME_CXX_IS_EXTERNED */
27 #endif /* #ifdef __cplusplus */
29 /*--------------------------------------------------------------------------*/
31 /*--------------------------------------------------------------------------*/
33 /* Anti-C++. */
34 #ifdef __cplusplus
35 #ifdef SJME_CXX_SQUIRRELJME_X11_H
37 #undef SJME_CXX_SQUIRRELJME_X11_H
38 #undef SJME_CXX_IS_EXTERNED
39 #endif /* #ifdef SJME_CXX_SQUIRRELJME_X11_H */
40 #endif /* #ifdef __cplusplus */
42 #endif /* SQUIRRELJME_X11_H */