#pragma once namespace chengine { enum EOperationEvent { eOperationEvent_Finished, eOperationEvent_Error }; }