#ifndef BBGE_ENGINE_ENUMS_H #define BBGE_ENGINE_ENUMS_H enum BlendType { BLEND_DISABLED = -1, BLEND_DEFAULT = 0, BLEND_ADD, BLEND_SUB, BLEND_MULT, _BLEND_MAXSIZE }; #endif