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