#pragma once #include #include namespace gl12 { // import booleans to namespace using gl::GL_FALSE; using gl::GL_TRUE; } // namespace gl12