You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lunarium_OLD/src/run_modes/editor/panels/worldView.cpp

17 lines
388 B
C++

/******************************************************************************
* File - worldView.cpp
* Author - Joey Pollack
* Date - 2022/01/26 (y/m/d)
* Mod Date - 2022/01/26 (y/m/d)
* Description - A rendered view of the world
******************************************************************************/
#include "worldView.h"
namespace lunarium
{
namespace editor
{
}
}