Projekt for SPIE - Avatar for safety briefing / managment event
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
276 B

#pragma once
#include "Modules/ModuleManager.h"
DECLARE_LOG_CATEGORY_CLASS(SERIALCOMLog, Log, All);
class SERIALCOMModule : public IModuleInterface
{
private:
public:
SERIALCOMModule();
virtual void StartupModule() override;
virtual void ShutdownModule() override;
};