#ifndef components_H #define components_H enum Component { C_TRANSFORM = 0, C_MODEL, C_CAMERA, C_RIGIDBODY, MAX_COMPONENTS }; #endif