You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Replace header guards with #pragma once
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef JAVASCRIPT_BRIDGE_SINGLETON_H
|
||||
#define JAVASCRIPT_BRIDGE_SINGLETON_H
|
||||
#pragma once
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
@@ -69,5 +68,3 @@ public:
|
||||
JavaScriptBridge();
|
||||
~JavaScriptBridge();
|
||||
};
|
||||
|
||||
#endif // JAVASCRIPT_BRIDGE_SINGLETON_H
|
||||
|
||||
Reference in New Issue
Block a user