11 lines
268 B
C++
11 lines
268 B
C++
#pragma once
|
|
|
|
namespace ProjectFilesystemPlugin {
|
|
namespace Constants {
|
|
|
|
const char ACTION_ID[] = "ProjectFilesystemPlugin.Action";
|
|
const char MENU_ID[] = "ProjectFilesystemPlugin.Menu";
|
|
|
|
} // namespace ProjectFilesystemPlugin
|
|
} // namespace Constants
|