CelticCraft/Plugins/VoxelFree/Source/VoxelEditorDefault/Private/VoxelEditorDefaultModule.cpp

7 lines
169 B
C++

// Copyright 2020 Phyronnaz
#include "VoxelEditorDefaultModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FVoxelEditorDefaultModule, VoxelEditorDefault);