mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Modernize include guards and add missing ones (#9898)
This commit is contained in:
@@ -18,8 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef CLIENT_HUD_HEADER
|
||||
#define CLIENT_HUD_HEADER
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <IGUIFont.h>
|
||||
@@ -147,4 +146,3 @@ void drawItemStack(
|
||||
const v3s16 &angle,
|
||||
const v3s16 &rotation_speed);
|
||||
|
||||
#endif
|
||||
|
@@ -18,6 +18,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "core.h"
|
||||
|
||||
|
Reference in New Issue
Block a user