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