#ifndef SHELL_FWD_H #define SHELL_FWD_H #include "vtr_strong_id.h" /* Begin namespace openfpga */ namespace openfpga { /********************************************************************* * A strong id for the options used by a command ********************************************************************/ struct shell_command_id_tag; struct shell_command_class_id_tag; typedef vtr::StrongId ShellCommandId; typedef vtr::StrongId ShellCommandClassId; } /* End namespace openfpga */ #endif