mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-02-08 16:32:52 +00:00
12 lines
221 B
C
12 lines
221 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 "context.h"
|
|
|
|
GDB_DECLARE_HANDLER(ToggleStopPoint);
|