moving actions register to their respective files
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
NAZARAEDITOR_CORE_API void RegisterEditorActions(class EditorBaseApplication& app);
|
||||
|
||||
class NAZARAEDITOR_CORE_API EditorAction_Quit final
|
||||
: public EditorAction
|
||||
{
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
NAZARAEDITOR_CORE_API void RegisterLevelActions(class EditorBaseApplication& app);
|
||||
|
||||
class NAZARAEDITOR_CORE_API EditorAction_Level_New final
|
||||
: public EditorAction
|
||||
{
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
NAZARAEDITOR_CORE_API void RegisterLogActions(class EditorBaseApplication& app);
|
||||
|
||||
class NAZARAEDITOR_CORE_API EditorAction_Log_Clear final
|
||||
: public EditorAction
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user