コード例 #1
0
ファイル: saveload.cpp プロジェクト: CatalystG/scummvm
static void saveOrLoad(Common::ReadStream &stream, int16 &i) {
	i = stream.readSint16LE();
}