
// A list of the commands that can be exected

enum Command
{
    cmdNull = 0,
    cmdRun,
    cmdStop,
    cmdOpen,
    cmdRecent,
    cmdHaddock,
    cmdRunProfile,
    cmdViewProfile,
};
