mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 17:47:12 -04:00
Fix for webclient again
C from 1999
This commit is contained in:
parent
ac8ad72e63
commit
a5f6150b45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user