#pragma once enum shader_t { SIMPLE_SHADER, DEFAULT_SHADER }; enum mesh_t { SIMPLE_MESH, DEFAULT_MESHES };