Home
last modified time | relevance | path

Searched refs:RecordMoveEvent (Results 1 – 3 of 3) sorted by relevance

/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dhistory.h72 int RecordMoveEvent( const Unit &u, Direction dir );
H A Dhistory.cpp314 int History::RecordMoveEvent( const Unit &u, Direction dir ) { in RecordMoveEvent() function in History
H A Dgame.cpp1054 if ( h ) h->RecordMoveEvent( *u, dir ); in MoveUnit()