#include "functioninteger.h" #include "gamestate.h" FunctionInteger::FunctionInteger() { } FunctionInteger::~FunctionInteger() { } void FunctionInteger::call( class GameState &gState ) { gState.push( gState.popDeref().to( Variable::tInt ) ); }