mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Fix for non-networking builds
This commit is contained in:
parent
f209157070
commit
ec958ff150
1 changed files with 2 additions and 0 deletions
|
@ -1966,6 +1966,8 @@ static void OnReset(void) {
|
|||
}
|
||||
#else
|
||||
void CPE_SendPlayerClick(int button, cc_bool pressed, cc_uint8 targetId, struct RayTracer* t) { }
|
||||
void CPE_SendNotifyAction(int action, cc_uint16 value) { }
|
||||
void CPE_SendNotifyPositionAction(int action, int x, int y, int z) { }
|
||||
|
||||
static void OnInit(void) { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue