4coder/custom/4coder_scope_commands.h

14 lines
212 B
C
Raw Normal View History

/*
4coder_scope_commands.cpp - A set of commands and helpers relevant for scope level navigation and editing.
*/
// TOP
#if !defined(FCODER_SCOPE_COMMANDS_H)
#define FCODER_SCOPE_COMMANDS_H
#endif
// BOTTOM