7 lines
83 B
C++
7 lines
83 B
C++
#include "section.h"
|
|
|
|
namespace section
|
|
{
|
|
name_e name;
|
|
options_e options;
|
|
} |