mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 08:24:18 +00:00
12 lines
237 B
C++
12 lines
237 B
C++
#pragma once
|
|
|
|
#include "OnlineSubSystemHeader.h"
|
|
#include "ModuleManager.h"
|
|
|
|
class AdvancedSessions : public IModuleInterface
|
|
{
|
|
public:
|
|
/** IModuleInterface implementation */
|
|
void StartupModule();
|
|
void ShutdownModule();
|
|
}; |