1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Adding missing include guards to header files identified by LGTM.

This addresses the issue godotengine/godot#37143
This commit is contained in:
Rajat Goswami
2020-03-21 21:29:40 -04:00
parent cce0a27ec7
commit 2ecf928ae3
52 changed files with 266 additions and 4 deletions

View File

@@ -28,5 +28,10 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef JSONRPC_REGISTER_TYPES_H
#define JSONRPC_REGISTER_TYPES_H
void register_jsonrpc_types();
void unregister_jsonrpc_types();
#endif // JSONRPC_REGISTER_TYPES_H