8 lines
145 B
C
8 lines
145 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
bool statusInit(void);
|
|
void statusExit(void);
|
|
bool statusGet(bool *netstatusFlag, AssetId *netstatusAssetId);
|
|
|