#ifndef ACTIONMANAGER_H #define ACTIONMANAGER_H enum class EditAction { Initialize, Insert, Delete, }; class ActionManager { } #endif