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