fix console focus on open

This commit is contained in:
MihailRis
2024-11-01 16:20:58 +03:00
parent 536045ddc4
commit ac6084f904
5 changed files with 13 additions and 12 deletions
+1
View File
@@ -62,6 +62,7 @@ namespace scripting {
void on_world_tick();
void on_world_save();
void on_world_quit();
void cleanup();
void on_blocks_tick(const Block& block, int tps);
void update_block(const Block& block, int x, int y, int z);
void random_update_block(const Block& block, int x, int y, int z);