15 lines
196 B
C++
15 lines
196 B
C++
#include "stdafx.h"
|
|
#include "SteelStatus.h"
|
|
#include "StatusManager.h"
|
|
|
|
|
|
VOID SteelStatus::Start()
|
|
{
|
|
EtcStatus::Start();
|
|
}
|
|
|
|
VOID SteelStatus::End()
|
|
{
|
|
EtcStatus::End();
|
|
SendStatusDelBRD();
|
|
} |