aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/debugger.h
blob: 1f1139b3bc56bb5241f29f26c6c3ae11f8b2a8c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NVIM_DEBUGGER_H
#define NVIM_DEBUGGER_H

#include <stdbool.h>

#include "nvim/ex_cmds_defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "debugger.h.generated.h"
#endif
#endif  // NVIM_DEBUGGER_H