10 lines
226 B
C++
10 lines
226 B
C++
#include "GasaLibrary.h"
|
|
|
|
#include "GasaDevOptions.h"
|
|
#include "GasaLevelScriptActor.h"
|
|
#include "Engine/LevelScriptActor.h"
|
|
|
|
UGasaDevOptions* UGasaLib::GetDevOptions(UObject* Context) {
|
|
return Gasa::GetMutDevOptions();
|
|
}
|