mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Adding missing include guards to header files identified by LGTM.
This addresses the issue godotengine/godot#37143
(cherry picked from commit 2ecf928ae3)
This commit is contained in:
parent
bdde501594
commit
19e71f94d8
50 changed files with 255 additions and 4 deletions
|
|
@ -28,5 +28,10 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef ANDROID_API_H
|
||||
#define ANDROID_API_H
|
||||
|
||||
void register_android_api();
|
||||
void unregister_android_api();
|
||||
|
||||
#endif // ANDROID_API_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue