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:
Marcel Admiraal
2020-09-06 13:40:30 +01:00
parent ceed524936
commit 5a376cb061
7 changed files with 30 additions and 5 deletions

View File

@ -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