SLUDGE: Correct ifdef position in backdrop.h

This commit is contained in:
yinsimei 2017-05-29 19:27:18 +02:00 committed by Eugene Sandulenko
parent c0822cbc8d
commit 3ae270f709

View File

@ -97,6 +97,7 @@ void nosnapshot();
bool snapshot();
void saveSnapshot(Common::WriteStream *stream);
bool restoreSnapshot(Common::SeekableReadStream *stream);
#endif
} // End of namespace Sludge
#endif