mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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 PATH_2D_H
|
||||
#define PATH_2D_H
|
||||
#pragma once
|
||||
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/curve.h"
|
||||
@@ -110,5 +109,3 @@ public:
|
||||
|
||||
PathFollow2D() {}
|
||||
};
|
||||
|
||||
#endif // PATH_2D_H
|
||||
|
||||
Reference in New Issue
Block a user