mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
17 lines
312 B
C++
17 lines
312 B
C++
#ifndef SCOPE_PARSE_H_MMVW7L5U
|
|
#define SCOPE_PARSE_H_MMVW7L5U
|
|
|
|
#include "types.h"
|
|
|
|
namespace scope
|
|
{
|
|
namespace parse
|
|
{
|
|
char const* selector (char const* first, char const* last, scope::types::selector_t& selector);
|
|
|
|
} /* parse */
|
|
|
|
} /* scope */
|
|
|
|
#endif /* end of include guard: SCOPE_PARSE_H_MMVW7L5U */
|