13 lines
246 B
C++
13 lines
246 B
C++
|
#include "era/commands.h"
|
||
|
|
||
|
using namespace base;
|
||
|
|
||
|
//----------------------------------------------------------------
|
||
|
|
||
|
void
|
||
|
era::register_era_commands(base::application &app)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
//----------------------------------------------------------------
|