8 lines
61 B
C++
8 lines
61 B
C++
#pragma once
|
|
|
|
namespace markup {
|
|
|
|
class Parser final { };
|
|
|
|
}
|