The-Powder-Toy/elements/none.cpp

7 lines
68 B
C++
Raw Normal View History

2012-01-08 11:39:03 -06:00
#include "element.h"
int update_(UPDATE_FUNC_ARGS) {
return 0;
}