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

8 lines
169 B
C++
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#include "VoxelEditorDefaultModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FVoxelEditorDefaultModule, VoxelEditorDefault);