moving actions register to their respective files

This commit is contained in:
SweetId
2023-10-29 22:35:40 -04:00
parent d80069b345
commit 014e40a268
8 changed files with 74 additions and 53 deletions

View File

@@ -4,6 +4,8 @@
namespace Nz
{
NAZARAEDITOR_CORE_API void RegisterEditorActions(class EditorBaseApplication& app);
class NAZARAEDITOR_CORE_API EditorAction_Quit final
: public EditorAction
{

View File

@@ -4,6 +4,8 @@
namespace Nz
{
NAZARAEDITOR_CORE_API void RegisterLevelActions(class EditorBaseApplication& app);
class NAZARAEDITOR_CORE_API EditorAction_Level_New final
: public EditorAction
{

View File

@@ -4,6 +4,8 @@
namespace Nz
{
NAZARAEDITOR_CORE_API void RegisterLogActions(class EditorBaseApplication& app);
class NAZARAEDITOR_CORE_API EditorAction_Log_Clear final
: public EditorAction
{