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

7 lines
68 B
C
Raw Normal View History

#include <element.h>
2011-01-07 08:13:13 -06:00
int update_(UPDATE_FUNC_ARGS) {
2011-01-07 10:18:22 -06:00
return 0;
2011-01-07 08:13:13 -06:00
}