Fix header guards in modules:
- Add missing header guards to various modules' register_types.h - Add header guard to basis_universal/texture_basisu.h. - Ensure header guard encloses entire header in webrtc/webrtc_data_channel_js.h.
This commit is contained in:
@ -28,6 +28,9 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef BASIS_UNIVERSAL_TEXTURE_BASISU_H
|
||||
#define BASIS_UNIVERSAL_TEXTURE_BASISU_H
|
||||
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
@ -75,3 +78,5 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // BASIS_UNIVERSAL_TEXTURE_BASISU_H
|
||||
|
||||
Reference in New Issue
Block a user