#ifndef ERENDERCOMMAND
#define ERENDERCOMMAND
enum ERenderCommand
{
eDrawMesh,
eDrawSelection
};
#endif // ERENDERCOMMAND