final rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "scripting_hud.h"
|
||||
#include "scripting_hud.hpp"
|
||||
#include "scripting.h"
|
||||
|
||||
#include "lua/api_lua.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LOGIC_SCRIPTING_SCRIPTING_HUD_H_
|
||||
#define LOGIC_SCRIPTING_SCRIPTING_HUD_H_
|
||||
#ifndef LOGIC_SCRIPTING_SCRIPTING_HUD_HPP_
|
||||
#define LOGIC_SCRIPTING_SCRIPTING_HUD_HPP_
|
||||
|
||||
#include "../../typedefs.h"
|
||||
|
||||
@@ -25,4 +25,4 @@ namespace scripting {
|
||||
void load_hud_script(scriptenv env, std::string packid, fs::path file);
|
||||
}
|
||||
|
||||
#endif // LOGIC_SCRIPTING_SCRIPTING_HUD_H_
|
||||
#endif // LOGIC_SCRIPTING_SCRIPTING_HUD_HPP_
|
||||
Reference in New Issue
Block a user