Adding missing include guards to header files identified by LGTM.
This addresses the issue godotengine/godot#37143
This commit is contained in:
@ -28,7 +28,13 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef GLSLANG_REGISTER_TYPES_H
|
||||
#define GLSLANG_REGISTER_TYPES_H
|
||||
|
||||
#define MODULE_GLSLANG_HAS_PREREGISTER
|
||||
|
||||
void preregister_glslang_types();
|
||||
void register_glslang_types();
|
||||
void unregister_glslang_types();
|
||||
|
||||
#endif // GLSLANG_REGISTER_TYPES_H
|
||||
|
||||
Reference in New Issue
Block a user