initial commit
This commit is contained in:
10
project_fs/projectfilesystempluginconstants.h
Normal file
10
project_fs/projectfilesystempluginconstants.h
Normal 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
|
||||
Reference in New Issue
Block a user