4coder/4coder_default_framework_va...

20 lines
327 B
C++

/*
4coder_default_framework_variables.cpp - Declares the global variables used by the framework for
the default 4coder behavior.
*/
// TOP
static Named_Mapping *named_maps = 0;
static int32_t named_map_count = 0;
static char *default_extensions[] = {
"cpp",
"hpp",
"c",
"h",
"cc",
"cs",
};
// BOTTOM