You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +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 MULTIPLAYER_API_H
|
||||
#define MULTIPLAYER_API_H
|
||||
#pragma once
|
||||
|
||||
#include "core/object/ref_counted.h"
|
||||
#include "scene/main/multiplayer_peer.h"
|
||||
@@ -111,5 +110,3 @@ public:
|
||||
GDVIRTUAL2R(Error, _object_configuration_add, Object *, Variant);
|
||||
GDVIRTUAL2R(Error, _object_configuration_remove, Object *, Variant);
|
||||
};
|
||||
|
||||
#endif // MULTIPLAYER_API_H
|
||||
|
||||
Reference in New Issue
Block a user