Fix for webclient again

C from 1999
This commit is contained in:
Goodlyay 2020-12-09 03:55:46 -08:00
parent ac8ad72e63
commit a5f6150b45

View File

@ -156,4 +156,7 @@ extern cc_bool AutoRotate_Enabled;
/* Attempts to find the rotated block based on the user's orientation and offset on selected block. */
/* If no rotated block is found, returns given block. */
BlockID AutoRotate_RotateBlock(BlockID block);
/* Attempts to pick a single consistent block from the auto-rotate set that the given block is part of */
/* If no rotated block is found, returns given block. */
BlockID AutoRotate_PickBlock(BlockID block);
#endif