mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +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 SKELETON_IK_3D_H
|
||||
#define SKELETON_IK_3D_H
|
||||
#pragma once
|
||||
|
||||
#include "scene/3d/skeleton_modifier_3d.h"
|
||||
|
||||
@@ -191,5 +190,3 @@ private:
|
||||
void reload_goal();
|
||||
void _solve_chain();
|
||||
};
|
||||
|
||||
#endif // SKELETON_IK_3D_H
|
||||
|
||||
Reference in New Issue
Block a user