Adding missing include guards to header files identified by LGTM.
This addresses the issue godotengine/godot#37143
This commit is contained in:
parent
cce0a27ec7
commit
2ecf928ae3
52 changed files with 266 additions and 4 deletions
|
|
@ -28,4 +28,9 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef UWP_EXPORT_H
|
||||
#define UWP_EXPORT_H
|
||||
|
||||
void register_uwp_exporter();
|
||||
|
||||
#endif // UWP_EXPORT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue