8 lines
109 B
C++
8 lines
109 B
C++
#include "section.h"
|
|
|
|
namespace Section
|
|
{
|
|
Name name;
|
|
Options options;
|
|
AttractMode attract_mode;
|
|
} |