paysages3d/src/definition/IntDiff.cpp

8 lines
166 B
C++
Raw Normal View History

#include "IntDiff.h"
IntDiff::IntDiff(const DefinitionNode *node, int oldvalue, int newvalue):
DefinitionDiff(node), oldvalue(oldvalue), newvalue(newvalue)
{
}