added extern c to most files

This commit is contained in:
herbglitch 2023-01-30 23:22:34 -07:00
parent b024e8d5c1
commit 5badf331fd
7 changed files with 40 additions and 6 deletions

View file

@ -2,7 +2,6 @@
#include <stddef.h>
void ARC_State_Update(void *data){
ARC_State *temp = (ARC_State *)data;
((ARC_State *)data)->updateFn(((ARC_State *)data)->data);
}