5 lines
90 B
C++
5 lines
90 B
C++
#include <mist/json.h>
|
|
|
|
namespace Controller {
|
|
void checkCapable(JSON::Value & capa);
|
|
}
|