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