7 lines
169 B
C++
7 lines
169 B
C++
// Copyright 2020 Phyronnaz
|
|
|
|
#include "VoxelEditorDefaultModule.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_MODULE(FVoxelEditorDefaultModule, VoxelEditorDefault);
|
|
|