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 MESH_STORAGE_H
|
||||
#define MESH_STORAGE_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/rendering_server.h"
|
||||
#include "utilities.h"
|
||||
@ -227,5 +226,3 @@ public:
|
||||
void update_interpolation_tick(bool p_process = true);
|
||||
void update_interpolation_frame(bool p_process = true);
|
||||
};
|
||||
|
||||
#endif // MESH_STORAGE_H
|
||||
|
||||
Reference in New Issue
Block a user