Optimize parameter passing to avoid unnecessary copying
This commit is contained in:
@@ -17,12 +17,12 @@ namespace scripting {
|
||||
void on_frontend_close();
|
||||
|
||||
/**
|
||||
* Load package-specific hud script
|
||||
* Load package-specific hud script
|
||||
* @param env environment id
|
||||
* @param packid content-pack id
|
||||
* @param file script file path
|
||||
*/
|
||||
void load_hud_script(scriptenv env, std::string packid, fs::path file);
|
||||
void load_hud_script(const scriptenv &env, const std::string &packid, const fs::path &file);
|
||||
}
|
||||
|
||||
#endif // LOGIC_SCRIPTING_SCRIPTING_HUD_HPP_
|
||||
|
||||
Reference in New Issue
Block a user