Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ addMove
Method
addMove
src/Engine/ShaderMove.h:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
_move_y = y;
83
}
84
inline void addMove(int x, int y)
85
{
86
_move_x += x;
87
_move_y += y;
88
}
89
};
90
91
Callers
1
ShaderCrop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected