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