14 lines
162 B
C++
14 lines
162 B
C++
|
#include "GasaModule.h"
|
||
|
|
||
|
IMPLEMENT_PRIMARY_GAME_MODULE(FGasaModule, Gasa, Gasa);
|
||
|
|
||
|
void FGasaModule::StartupModule()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void FGasaModule::ShutdownModule()
|
||
|
{
|
||
|
|
||
|
}
|