7 lines
51 B
C++
7 lines
51 B
C++
#pragma once
|
|
|
|
namespace mapents
|
|
{
|
|
void clear();
|
|
}
|