9 lines
73 B
C++
9 lines
73 B
C++
#pragma once
|
|
|
|
namespace m2pack
|
|
{
|
|
|
|
int run_cli(int argc, char** argv);
|
|
|
|
}
|