initial commit

This commit is contained in:
2020-08-25 22:04:16 +03:00
commit 3e3a3da5ed
20 changed files with 1240 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
namespace ProjectFilesystemPlugin {
namespace Constants {
const char ACTION_ID[] = "ProjectFilesystemPlugin.Action";
const char MENU_ID[] = "ProjectFilesystemPlugin.Menu";
} // namespace ProjectFilesystemPlugin
} // namespace Constants