7 lines
79 B
C++
7 lines
79 B
C++
#include "section.h"
|
|
|
|
namespace section
|
|
{
|
|
Name name;
|
|
Options options;
|
|
} |