mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-20 10:51:17 +01:00
13 lines
220 B
C
13 lines
220 B
C
/*
|
|
* This file is part of Luma3DS.
|
|
* Copyright (C) 2016-2019 Aurora Wright, TuxSH
|
|
*
|
|
* SPDX-License-Identifier: (MIT OR GPL-2.0-or-later)
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "../gdb.h"
|
|
|
|
GDB_DECLARE_HANDLER(ToggleStopPoint);
|