1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-14 11:08:30 +01:00

Rename hud.h/cpp to hud_element.h/cpp

To prevent include conflicts
This commit is contained in:
cx384
2025-11-28 12:45:32 +01:00
parent d1ec7a9356
commit dc48f98a20
14 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
#include "player.h"
#include <cmath>
#include "hud.h"
#include "hud_element.h"
#include "constants.h"
#include "gamedef.h"
#include <tuple>