summaryrefslogtreecommitdiff
path: root/src/elements/none.cpp
blob: 6974e6ce041561ea88d66447d69a9c4366c04e33 (plain)
1
2
3
4
5
6
#include "simulation/Element.h"

int update_(UPDATE_FUNC_ARGS) {

	return 0;
}