14 lines
199 B
C++
14 lines
199 B
C++
|
#include "GasaEditorModule.h"
|
||
|
|
||
|
IMPLEMENT_PRIMARY_GAME_MODULE(FGasaEditorModule, GasaEditor, GasaEditor);
|
||
|
|
||
|
void FGasaEditorModule::StartupModule()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void FGasaEditorModule::ShutdownModule()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|