The-Powder-Toy/src/elements/none.c

7 lines
68 B
C

#include <element.h>
int update_(UPDATE_FUNC_ARGS) {
return 0;
}