summaryrefslogtreecommitdiff
path: root/src/elements/none.cpp
blob: 50f301f3c4d34fa3a0028babe625fbb3b92d31b4 (plain)
1
2
3
4
5
6
#include "element.h"

int update_(UPDATE_FUNC_ARGS) {

	return 0;
}