MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / LocalPlayerInput_Add

Function LocalPlayerInput_Add

src/Entity.c:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673static struct LocalPlayerInput* sources_tail;
674
675void LocalPlayerInput_Add(struct LocalPlayerInput* source) {
676 LinkedList_Append(source, sources_head, sources_tail);
677}
678
679void LocalPlayerInput_Remove(struct LocalPlayerInput* source) {
680 struct LocalPlayerInput* cur;

Callers 2

TouchScreen_InitFunction · 0.85
OnInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected