13 lines
213 B
C
13 lines
213 B
C
|
/*
|
||
|
srv_pm.h
|
||
|
|
||
|
(c) TuxSH, 2017
|
||
|
This is part of 3ds_sm, which is licensed under the MIT license (see LICENSE for details).
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
Result srvPmHandleCommands(SessionData *sessionData);
|