Rename unzip tool.
[SquirrelJME.git] / nanocoat / include / sjme / jdwp.h
blobdaec95d0182adb23008b10c6dd3098374f1e7ba5
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 * JDWP Packet Support.
13 * @since 2024/02/04
16 #ifndef SQUIRRELJME_JDWP_H
17 #define SQUIRRELJME_JDWP_H
19 #include "sjme/nvm.h"
20 #include "sjme/stream.h"
22 /* Anti-C++. */
23 #ifdef __cplusplus
24 #ifndef SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_IS_EXTERNED
26 #define SJME_CXX_SQUIRRELJME_JDWP_H
27 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_JDWP_H
39 #undef SJME_CXX_SQUIRRELJME_JDWP_H
40 #undef SJME_CXX_IS_EXTERNED
41 #endif /* #ifdef SJME_CXX_SQUIRRELJME_JDWP_H */
42 #endif /* #ifdef __cplusplus */
44 #endif /* SQUIRRELJME_JDWP_H */