mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
GUI: Fix for NDS compile failure after predictive dialog changes.
This commit is contained in:
parent
207b65b451
commit
9e93b8306d
@ -825,6 +825,10 @@ void PredictiveDialog::addWordToDict() {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __DS__
|
||||
#include "backends/platform/ds/arm9/source/wordcompletion.h"
|
||||
#endif
|
||||
|
||||
void PredictiveDialog::loadDictionary(Common::SeekableReadStream *in, Dict &dict) {
|
||||
int lines = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user