Difference between revisions of "User talk:David corrales"

Jump to navigation Jump to search
Crossed out the irrelevant includes
(Crossed out the irrelevant includes)
Line 23: Line 23:


* '''backends/platform/wince/CELauncherDialog.h'''
* '''backends/platform/wince/CELauncherDialog.h'''
1) automaticScanDirectory(FSNode): internally recurses files and dirs using listDir(kListFilesOnly) and listDir(kListDirectoriesOnly).
1) automaticScanDirectory(FSNode): internally recurses files and dirs using listDir(kListFilesOnly) and listDir(kListDirectoriesOnly). path().


* '''backends/fs/abstract-fs.h'''
* '''backends/fs/abstract-fs.h'''
Line 58: Line 58:
2) Engine_SWORD2_create(): listDir(kListAll). Calls Engine_SWORD2_detectGames().
2) Engine_SWORD2_create(): listDir(kListAll). Calls Engine_SWORD2_detectGames().


<strike>
* '''engines/scumm/scumm.cpp'''
* '''engines/scumm/scumm.cpp'''
-) removed the include and compilation went fine. Don't see any forward declarations.
-) removed the include and compilation went fine. Don't see any forward declarations.
</strike>


* '''engines/scumm/detection.cpp'''
* '''engines/scumm/detection.cpp'''
Line 74: Line 76:
6) Engine_SCUMM_create(): creates a FSList using listDir(kListFilesOnly).
6) Engine_SCUMM_create(): creates a FSList using listDir(kListFilesOnly).


<strike>
* '''engines/agos/agos.cpp'''
* '''engines/agos/agos.cpp'''
-) removed the include and compilation went fine. Don't see any forward declarations.
-) removed the include and compilation went fine. Don't see any forward declarations.
</strike>


<strike>
* '''engines/agi/agi.cpp'''
* '''engines/agi/agi.cpp'''
-) removed the include and compilation went fine. Don't see any forward declarations.
-) removed the include and compilation went fine. Don't see any forward declarations.
</strike>


* '''engines/agi/agi_v3.cpp'''
* '''engines/agi/agi_v3.cpp'''
Line 93: Line 99:
1) Engine_LURE_detectGames(FSList): isDirectory(), name().
1) Engine_LURE_detectGames(FSList): isDirectory(), name().


<strike>
* '''engines/gob/gob.cpp'''
* '''engines/gob/gob.cpp'''
-) removed the include and compilation went fine. Don't see any forward declarations.
-) removed the include and compilation went fine. Don't see any forward declarations.
</strike>


* '''engines/queen/queen.cpp'''
* '''engines/queen/queen.cpp'''
1) Engine_QUEEN_detectGames(FSList): isDirectory(), name().
1) Engine_QUEEN_detectGames(FSList): isDirectory(), name().


<strike>
* '''engines/cine/cine.cpp'''
* '''engines/cine/cine.cpp'''
-) removed the include and compilation went fine. Don't see any forward declarations.
-) removed the include and compilation went fine. Don't see any forward declarations.
</strike>


* '''gui/themebrowser.h|cpp'''
* '''gui/themebrowser.h|cpp'''

Navigation menu