#ifndef CDCmds__h
#define CDCmds__h

#include "WimpLib:List.h"
#include "WimpLib:DocView.h"
#include "CDTrack.h"

int CDView_CheckCommand(const View* pView, int cmd, const List* pList, const List* pCDDescList);
bool CDView_ExecCommand(View* pView, int cmd, List* pList, List* pCDDescList, const CDTrack* pRefTrack, const CDDesc* pRefDesc);

#endif
