Home
last modified time | relevance | path

Searched refs:_photoClues (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dsuspects_database.cpp99 _photoClues[_photoClueCount].clueId = clueId; in addPhotoClue()
100 _photoClues[_photoClueCount].shapeId = shapeId; in addPhotoClue()
101 _photoClues[_photoClueCount].notUsed = -1; in addPhotoClue()
182 return _photoClues[photoId].clueId; in getPhotoClueId()
186 return _photoClues[photoId].shapeId; in getPhotoShapeId()
190 return _photoClues[photoId].notUsed; in getPhotoNotUsed()
215 _photoClues[i].clueId = -1; in reset()
216 _photoClues[i].shapeId = -1; in reset()
217 _photoClues[i].notUsed = -1; in reset()
H A Dsuspects_database.h58 Photo _photoClues[kPhotoClueCount]; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dsuspects_database.cpp99 _photoClues[_photoClueCount].clueId = clueId; in addPhotoClue()
100 _photoClues[_photoClueCount].shapeId = shapeId; in addPhotoClue()
101 _photoClues[_photoClueCount].notUsed = -1; in addPhotoClue()
182 return _photoClues[photoId].clueId; in getPhotoClueId()
186 return _photoClues[photoId].shapeId; in getPhotoShapeId()
190 return _photoClues[photoId].notUsed; in getPhotoNotUsed()
215 _photoClues[i].clueId = -1; in reset()
216 _photoClues[i].shapeId = -1; in reset()
217 _photoClues[i].notUsed = -1; in reset()
H A Dsuspects_database.h58 Photo _photoClues[kPhotoClueCount]; variable