This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-03 01:15:58 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Jordi Vilalta Prat
b35941c3c2
Added plugin priority so there's just one plugin that provides a module functionality.
...
svn-id: r32121
2008-05-14 17:26:05 +00:00
..
commandLine.cpp
- Added operator-> to Plugin subclasses so they don't have to reimplement the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it)
2008-05-13 09:30:23 +00:00
commandLine.h
…
game.cpp
- Added an engine plugin manager and moved engine specific functionality into it
2008-05-12 00:26:29 +00:00
game.h
- Added an engine plugin manager and moved engine specific functionality into it
2008-05-12 00:26:29 +00:00
internal_version.h
…
internal_version.h.in
…
main.cpp
- Added operator-> to Plugin subclasses so they don't have to reimplement the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it)
2008-05-13 09:30:23 +00:00
main.h
…
module.mk
…
plugins.cpp
Added plugin priority so there's just one plugin that provides a module functionality.
2008-05-14 17:26:05 +00:00
plugins.h
Added plugin priority so there's just one plugin that provides a module functionality.
2008-05-14 17:26:05 +00:00
version.cpp
…
version.h
…