add on_hud_render event

This commit is contained in:
MihailRis
2024-07-12 09:17:53 +03:00
parent 247acb3687
commit 4aa76e35b7
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace scripting {
extern Hud* hud;
void on_frontend_init(Hud* hud);
void on_frontend_render();
void on_frontend_close();
/**