diff options
Diffstat (limited to 'build/config/operation')
-rw-r--r-- | build/config/operation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/config/operation b/build/config/operation index a233e63..cfd04c3 100644 --- a/build/config/operation +++ b/build/config/operation @@ -11,6 +11,11 @@ namespace build { namespace config { + const meta_operation_id configure_id = 2; + const meta_operation_id disfigure_id = 3; + + extern meta_operation_info configure; + extern meta_operation_info disfigure; } } |